From 7e1e493e2afda91fe7ebe143e68d797eb282f939 Mon Sep 17 00:00:00 2001 From: Mu Qiao Date: Tue, 21 Jun 2011 19:27:10 +0800 Subject: Parser: support '#' in double quoted string --- test/verify_error_output_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"* ]] -- cgit v1.2.3-65-gdbad