summaryrefslogtreecommitdiff
path: root/tests/examplefiles/unicode.js
Commit message (Collapse)AuthorAgeFilesLines
* Swap unicode whitespace character to one that Java sees as webitespace.Tim Hatch2014-11-041-1/+1
| | | | | Tests fail on Jython without this; refactoring to change nbsp detection will happen later.
* Test recognition of Unicode whitespace in java and js examplefiles.Georg Brandl2014-11-041-0/+1
|
* JavascriptLexer: Support unicode identifiers per standard.Tim Hatch2014-10-071-0/+5
Fixes #999