diff options
Diffstat (limited to 'testsuite/tests/lib/should_run/char001.stdout')
-rw-r--r-- | testsuite/tests/lib/should_run/char001.stdout | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/lib/should_run/char001.stdout b/testsuite/tests/lib/should_run/char001.stdout new file mode 100644 index 0000000000..0c13ac7c03 --- /dev/null +++ b/testsuite/tests/lib/should_run/char001.stdout @@ -0,0 +1,18 @@ +lex '\X00' = [("'\\X00'","")] +lex '\x0f2' = [("'\\x0f2'","")] +lex '\xf2' = [("'\\xf2'","")] +lex '\xf2t' = [] +lex '\X24' = [("'\\X24'","")] +lex '\x24b' = [("'\\x24b'","")] +lex '\Xa4b' = [("'\\Xa4b'","")] +lex '\xa4bg' = [] +lex '\o00' = [("'\\o00'","")] +lex '\o05' = [("'\\o05'","")] +lex '\o50' = [("'\\o50'","")] +lex '\o72' = [("'\\o72'","")] +lex '\o82' = [] +lex '\O24' = [("'\\O24'","")] +lex '\O000024' = [("'\\O000024'","")] +lex '\024b' = [] +lex '\o14b' = [] +lex '\0a4bg' = [] |