about summary refs log tree commit diff
path: root/src/test/compile-fail/unbalanced-doublequote.rs
AgeCommit message (Collapse)AuthorLines
2011-09-27Patch to error instead of crashing when parsing unmatched double quotesWade Mealing-0/+8
Patch to error and fail instead of using all available memory then crashing to detect the error condition of an unmatched double quote before the end of a file. I couldn't get it to show nice error messages, so this may not be the ideal fix. A test case for this situation has also been added.