diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-06-21 19:27:10 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-06-25 22:33:51 +0800 |
commit | 7e1e493e2afda91fe7ebe143e68d797eb282f939 (patch) | |
tree | 450367f3d17098837ecd1b338a25cfdfe87306f2 /test | |
parent | Parser: first support for here document (diff) | |
download | libbash-7e1e493e2afda91fe7ebe143e68d797eb282f939.tar.gz libbash-7e1e493e2afda91fe7ebe143e68d797eb282f939.tar.bz2 libbash-7e1e493e2afda91fe7ebe143e68d797eb282f939.zip |
Parser: support '#' in double quoted string
Diffstat (limited to 'test')
-rwxr-xr-x | test/verify_error_output_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_error_output_test.sh b/test/verify_error_output_test.sh index 980970d..9355ad4 100755 --- a/test/verify_error_output_test.sh +++ b/test/verify_error_output_test.sh @@ -2,4 +2,4 @@ illegal="${srcdir}/scripts/illegal_script.sh" output=$(./variable_printer "$illegal" 2>&1) -[[ $output == "${illegal}(1) : error 3 : 155:1: command_atom : ( compound_command | function | simple_command );, at offset 3"* ]] +[[ $output == "${illegal}(1) : error 3 : 164:1: command_atom : ( compound_command | function | simple_command );, at offset 3"* ]] |