summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-16/+0
|
* 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-1/+1
|
* Improve support $ symbol in Java identifiersGaurav Jain2014-05-131-5/+9
|
* Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-2/+1
|
* Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-0/+13
Additionally, allow $ in middle of variable names