* tests/regression.at (Invalid input): New.

* src/lex.c (lex): Be sure to set `token_buffer' in any case.
Reported by Shura.
This commit is contained in:
Akim Demaille
2001-10-02 15:52:24 +00:00
parent d8b1af2801
commit f1394282f0
3 changed files with 39 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-10-02 Akim Demaille <akim@epita.fr>
* tests/regression.at (Invalid input): New.
* src/lex.c (lex): Be sure to set `token_buffer' in any case.
Reported by Shura.
2001-10-02 Akim Demaille <akim@epita.fr>
* tests/calc.at: Now that --debug works, the tests must be adjusted.