aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-05-30 16:42:14 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-06-01 14:12:20 +0800
commit5f561a36bfefb24ad61f2848536317e62328301c (patch)
treea46c5b398679bd3e651a6d2cba892c413f75f79b /test/verify_error_output_test.sh
parentParser: allow spaces at the end of arithmetic expansion (diff)
downloadlibbash-5f561a36bfefb24ad61f2848536317e62328301c.tar.gz
libbash-5f561a36bfefb24ad61f2848536317e62328301c.tar.bz2
libbash-5f561a36bfefb24ad61f2848536317e62328301c.zip
Parser: support nested function definitions
Diffstat (limited to 'test/verify_error_output_test.sh')
-rwxr-xr-xtest/verify_error_output_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_error_output_test.sh b/test/verify_error_output_test.sh
index b3c2eed..e50252f 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 5 : Unexpected token, at offset 3"* ]]
+[[ $output == "${illegal}(1) : error 3 : 128:1: command : ( compound_command | function | simple_command );, at offset 3"* ]]