hush/shell/hush_test/hush-parsing/escape5.right
Denys Vlasenko e640cb4ad1 hush: fix bug 353 (wrong handling of \x in assignments)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-05-28 16:49:11 +02:00

10 lines
37 B
Plaintext

a\nb\nc\n
a
b
c
a\nb\nc\n
a
b
c
Done