tests/languages/javascript


Log

Author Commit Date CI Message
Golmote 9f649fbe 2017-05-08T12:05:35 JavaScript: Properly match every operator as a whole token. Fix #1133
Golmote 268d01e3 2016-07-03T02:32:13 Add test for JS operators
Andreas Rohner d80900cc 2016-06-04T19:52:38 Improvement to greedy-flag This patch expands the idea of the greedy flag and significantly improves it, by matching against the whole text instead of just the next couple of tokens. This does not only improve the results, but it should also slightly improve performance.
Andreas Rohner 49cf8991 2016-03-08T15:03:59 Fix minor bug with new greedy-feature This fixes a minor bug that causes invalid highlighting in some edge cases, where two greedy patterns overlap each other.
Andreas Rohner c88036ca 2016-02-19T22:27:22 Add tests for new greedy-pattern feature and fix bug in Kotlin This patch adds tests for the new greedy-pattern feature and fixes a small bug in the Kotlin language, that resulted from that. It also cleans up some of the comments and refactors a few lines in the tokenloop.
Golmote e135947c 2015-10-10T12:48:04 Run gulp and update tests after #801 merge
Golmote 29e26dc3 2015-09-03T23:14:19 JavaScript: Allow for all non-ASCII characters in function names. Fix #400
Golmote 26ad4f31 2015-08-18T23:59:12 Add tests for JavaScript + remove example
Golmote 788f6d5e 2015-08-18T08:20:54 Commit updated line changes
Jannik Zschiesche 799570f9 2015-07-26T14:25:30 Fixed javascript test case
Jannik Zschiesche dec517f3 2015-06-13T15:25:53 Refreshed example test case for new file extension and comment support.
Jannik Zschiesche a806d1cc 2015-06-01T20:39:28 Added first simple test case
Jannik Zschiesche d1f90520 2015-06-01T20:39:11 Implemented test runner