luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

Scanner bug. Unterminated string returns file contents up to EOF with no syntaxerror. #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. (... EOF
2.
3.

What is the expected output? What do you see instead?

An open paren that is not followed by a close paren before EOF
should result in a syntaxerror. Observed result is a valid string 
object and no error message.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by luser.droog on 7 Dec 2013 at 7:21