summary refs log tree commit diff stats
path: root/tests/lexer
Commit message (Collapse)AuthorAgeFilesLines
* megatest: make it green on LinuxAraq2018-12-111-2/+1
|
* require errormsg to be specified before file.Arne Döring2018-12-117-14/+6
|
* updated tests to be executedArne Döring2018-11-231-1/+13
|
* Unicode escape in string literals (#9390)Oscar Nihlgård2018-10-171-3/+3
|
* make tests green againAndreas Rumpf2018-07-051-1/+1
|
* Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)Vindaar2018-07-032-0/+16
| | | | | | | | | | | | | | | * deprecate `0c`, `0C` prefix for octal literals Deprecates the previously allowed syntax of `0c` and `0C` as a prefix for octal literals to bring the literals in line with the behavior of `parseOct` from parseutils. * add `msgKind` arg to `lexMessageLitNum` for deprecation messages * change literal tests to check all valid integer literals Also adds the `tinvaligintegerlit3` test to test for the (still) invalid `0O` prefix.
* Lexer: do not accept some invalid integer literals (#8089)Hiroki Noda2018-06-272-0/+14
| | | | | | * Lexer: do not accept some invalid integer literals * Use Natural instead of uint, and result variable
* A minimal patch enabling the new typedesc and static types syntaxZahary Karadjov2018-06-161-1/+1
|
* Combine some of the lexer tests into a single fileOscar Nihlgård2018-06-053-20/+27
|
* make tests green againAraq2018-05-141-1/+1
|
* make tests green againAndreas Rumpf2017-11-051-2/+2
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-4/+2
|
* 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