about summary refs log tree commit diff
path: root/src/test/compile-fail/unbalanced-doublequote.rs
AgeCommit message (Collapse)AuthorLines
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-17/+0
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-1/+0
These are relics that serve no purpose.
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
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.