diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/pawn/60010-str-escape.p')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/pawn/60010-str-escape.p | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/pawn/60010-str-escape.p b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/pawn/60010-str-escape.p deleted file mode 100644 index 3aa54453..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/pawn/60010-str-escape.p +++ /dev/null @@ -1,6 +0,0 @@ -main() -{ - printf "This is a testof the ^" alternate escape char, value 0x5e"; - printf "If ^" it doesn't work, there ^"should be some errors"; -} - |