summaryrefslogtreecommitdiff
path: root/tests/examplefiles/js
Commit message (Collapse)AuthorAgeFilesLines
* Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-065-359/+358
|
* Update javascript lexer (#1814)Mestery2021-07-182-6/+181
| | | | | | | | | | | | | | | * 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
* conftest: disallow error tokens in examplefilesGeorg Brandl2021-01-211-1/+1
| | | | | | They are ok in small snippets to demonstrate error cases. Also recode all examplefiles to UTF-8.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-2010-0/+1193
Co-authored-by: Georg Brandl <georg@python.org>