summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.java
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-1/+1
|
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+16
Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs.