diff options
| author | Tim Hatch <tim@timhatch.com> | 2014-11-04 17:59:46 -0800 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2014-11-04 17:59:46 -0800 |
| commit | c994485619cd984bdeb0944c00caca94c3f3aa73 (patch) | |
| tree | 7900ea967e512ffc785abe5b36f67449815b21e1 /tests/examplefiles/example.java | |
| parent | fb7985053260f65b067b8b58bd6a511c7ed7deb1 (diff) | |
| download | pygments-git-c994485619cd984bdeb0944c00caca94c3f3aa73.tar.gz | |
Swap unicode whitespace character to one that Java sees as webitespace.
Tests fail on Jython without this; refactoring to change nbsp detection will
happen later.
Diffstat (limited to 'tests/examplefiles/example.java')
| -rw-r--r-- | tests/examplefiles/example.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/example.java b/tests/examplefiles/example.java index d616b8ea..78f9d727 100644 --- a/tests/examplefiles/example.java +++ b/tests/examplefiles/example.java @@ -10,7 +10,7 @@ class _PostUnico$deClassá class áPreUnicode$Class { - public int $foo; + public int $foo; public int á$foo; _PostUnico$deClassá áPreUnicodeFunction() { return null; } } |
