projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98f2caa
)
(Invalid $n, Invalid @n): Change expected wording accordingly.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Nov 2002 07:01:55 +0000
(07:01 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Nov 2002 07:01:55 +0000
(07:01 +0000)
tests/input.at
patch
|
blob
|
history
diff --git
a/tests/input.at
b/tests/input.at
index
de584aa
..
7b6c35a
100644
(file)
--- a/
tests/input.at
+++ b/
tests/input.at
@@
-33,7
+33,7
@@
exp: { $$ = $1 ; };
]])
AT_CHECK([bison input.y], [1], [],
-[[input.y:2.6-14: in
valid valu
e: `$1'
+[[input.y:2.6-14: in
teger out of rang
e: `$1'
]])
AT_CLEANUP
@@
-51,7
+51,7
@@
exp: { @$ = @1 ; };
]])
AT_CHECK([bison input.y], [1], [],
-[[input.y:2.6-14: in
valid valu
e: `@1'
+[[input.y:2.6-14: in
teger out of rang
e: `@1'
]])
AT_CLEANUP