summaryrefslogtreecommitdiff
path: root/tests/examplefiles/tasm/example.tasm.output
Commit message (Collapse)AuthorAgeFilesLines
* Asm lex bugfix #1895: register re check for boundary (#1961)Sebastian Engel2021-11-171-62/+31
|
* Whitespace token modernization - a* lexers - regarding #1905 (#1914)Sebastian Engel2021-10-231-1433/+1464
| | | | | | | | | | | | | | | * Whitespace token modernization - ambient lexer * Whitespace token modernization - ampl lexer * Whitespace token modernization - apdlexer lexer * Whitespace token modernization - apl lexer * Whitespace token modernization - adl lexer * Whitespace token modernization - arrow lexer * Whitespace token modernization - asm lexer
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-201-0/+3477
Co-authored-by: Georg Brandl <georg@python.org>