hush: fix improper handling of newline and hash chars in few corner cases
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 22 Nov 2010 16:58:14 +0000 (17:58 +0100)
committerDenys Vlasenko <dvlasenk@redhat.com>
Mon, 22 Nov 2010 16:58:14 +0000 (17:58 +0100)
commit7b4c0fd5f4df4541a1659de04823326cd22c254e
treeb0e14ceeb84af1155ba5dd25016569b20ff1e700
parent1e23f32453d8aa84c66c8f0bb9f753d68614d05a
hush: fix improper handling of newline and hash chars in few corner cases

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
shell/hush.c
shell/hush_test/hush-misc/assignment3.right [new file with mode: 0644]
shell/hush_test/hush-misc/assignment3.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/comment1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/comment1.tests [new file with mode: 0755]
shell/hush_test/hush-parsing/eol1.right [new file with mode: 0644]
shell/hush_test/hush-parsing/eol1.tests [new file with mode: 0755]