mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
* tests/regression.at (Invalid input): Remove, duplicate with
``Invalid input: 1''.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-11-12 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* tests/regression.at (Invalid input): Remove, duplicate with
|
||||||
|
``Invalid input: 1''.
|
||||||
|
|
||||||
|
|
||||||
2001-11-12 Akim Demaille <akim@epita.fr>
|
2001-11-12 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* tests/torture.at (AT_DATA_STACK_TORTURE)
|
* tests/torture.at (AT_DATA_STACK_TORTURE)
|
||||||
|
|||||||
@@ -112,26 +112,6 @@ AT_CHECK([fgrep '//*' union-comment.tab.c], [1], [])
|
|||||||
AT_CLEANUP([union-comment.*])
|
AT_CLEANUP([union-comment.*])
|
||||||
|
|
||||||
|
|
||||||
## --------------- ##
|
|
||||||
## invalid input. ##
|
|
||||||
## --------------- ##
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([Invalid input])
|
|
||||||
|
|
||||||
AT_DATA([input.y],
|
|
||||||
[[%%
|
|
||||||
?
|
|
||||||
]])
|
|
||||||
|
|
||||||
AT_CHECK([bison input.y], [1], [],
|
|
||||||
[input.y:2: invalid input: `?'
|
|
||||||
input.y:3: fatal error: no rules in the input grammar
|
|
||||||
])
|
|
||||||
|
|
||||||
AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
## ----------------- ##
|
## ----------------- ##
|
||||||
## Invalid input 1. ##
|
## Invalid input 1. ##
|
||||||
## ----------------- ##
|
## ----------------- ##
|
||||||
|
|||||||
Reference in New Issue
Block a user