summaryrefslogtreecommitdiff
path: root/tests/examplefiles/rhtml/test.rhtml.output
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace handling in Ruby.Matthäus G. Chajdas2022-12-041-41/+41
|
* Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-061-7/+7
|
* Update javascript lexer (#1814)Mestery2021-07-181-1/+1
| | | | | | | | | | | | | | | * make ts extends js lexer * add regex's d flag for js lexers cf. https://v8.dev/features/regexp-match-indices * update js builtins, operators, exceptions * fixup! update js builtins, operators, exceptions * add typescript override keywork * Update _mapping.py
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-201-0/+384
Co-authored-by: Georg Brandl <georg@python.org>