summary refs log tree commit diff stats
path: root/tests/lexer
Commit message (Collapse)AuthorAgeFilesLines
* adds support for unicode hexcode in string literals.Parashurama2016-06-011-1/+5
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-047-75/+75
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-191-2/+2
|
* new tester; all tests categorizedAraq2014-01-139-0/+215
='#n67'>67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108