This commit is contained in:
Sergei Golubchik 2015-12-13 10:14:29 +01:00
commit e7591a1ba9
56 changed files with 2886 additions and 1646 deletions

View file

@ -29,13 +29,16 @@ in EBCDIC, but can be specified as escapes. --/
/^A\ˆ/
A B
A\x41B
/-- Test \H --/
/^A\È/
AB
A\x42B
** Fail
A B
A\x41B
/-- Test \R --/