summaryrefslogtreecommitdiff
path: root/tests/exp.right
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-11-14 12:08:12 -0500
committerChet Ramey <chet.ramey@case.edu>2022-11-14 12:08:12 -0500
commit96115811d810f97d0f1611864801a93cd320df50 (patch)
tree41f56421b0c98d4349ad53f72808261a2ea9e32d /tests/exp.right
parent31f4d468b60eb27d768ef56d0a8b4982346465d9 (diff)
downloadbash-96115811d810f97d0f1611864801a93cd320df50.tar.gz
clarify some arithmetic error messages; fix for read builtin readline timeouts; initial implementation of preserving double quotes in readline completion; add starting line number to some "EOF reached" parser error messages
Diffstat (limited to 'tests/exp.right')
-rw-r--r--tests/exp.right2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exp.right b/tests/exp.right
index 60241a1d..c1a99290 100644
--- a/tests/exp.right
+++ b/tests/exp.right
@@ -236,7 +236,7 @@ declare -- var="x\001y\177z"$
argv[1] = <$'x\001y\177z'>
argv[1] = <x^Ay^?z>
var=$'x\001y\177z'
-./exp8.sub: line 30: xyz: syntax error: invalid arithmetic operator (error token is "z")
+./exp8.sub: line 30: xyz: arithmetic syntax error: invalid arithmetic operator (error token is "z")
declare -a array=()
declare -a array=([0]=$'x\001y\177z')
argv[1] = <x^Ay^?z>