* src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst

['"/] too eagerly.
* tests/input.at (Torturing the Scanner): New.
This commit is contained in:
Akim Demaille
2002-06-12 12:50:22 +00:00
parent 3420246357
commit 6c35d22c39
4 changed files with 287 additions and 258 deletions

View File

@@ -1,3 +1,9 @@
2002-06-12 Akim Demaille <akim@epita.fr>
* src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
['"/] too eagerly.
* tests/input.at (Torturing the Scanner): New.
2002-06-11 Akim Demaille <akim@epita.fr>
* src/scan-gram.l (YY_OBS_INIT): Remove, replace with...