summaryrefslogtreecommitdiff
path: root/tests/snippets/wat/test_variable_name_pattern.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1416: add WebAssembly lexer (#1564)Jendrik2021-04-041-0/+6
* add WebAssembly lexer * avoid test failure by using the default function instead of an empty regex * address small issues * fix WebAssembly string escapes * change WebAssembly multiline comment parsing * update copyright year * set versionadded to 2.9 * change WebAssembly tests to use the new test system * change WebAssembly unit test to use snippets