summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.java
diff options
context:
space:
mode:
authorGaurav Jain <gaurav@gauravjain.org>2014-05-12 23:55:27 -0400
committerGaurav Jain <gaurav@gauravjain.org>2014-05-12 23:55:27 -0400
commitdf61ba5e5541191c743adfc3c4efb0e73e102f00 (patch)
tree7f61882bd0eaaa069f5e81fe89fbc9943d7f7e71 /tests/examplefiles/example.java
parent51d5e12de5378483a19209abd873f9932fd65458 (diff)
downloadpygments-df61ba5e5541191c743adfc3c4efb0e73e102f00.tar.gz
Match Java function name tokens even without leading whitespace
Diffstat (limited to 'tests/examplefiles/example.java')
-rw-r--r--tests/examplefiles/example.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/examplefiles/example.java b/tests/examplefiles/example.java
index 4dda8508..34b87fbb 100644
--- a/tests/examplefiles/example.java
+++ b/tests/examplefiles/example.java
@@ -1,12 +1,11 @@
class _PostUnicodeClassá
-{
+{void foo() {}
void PostUnicodeFunctioná() {}
}
class áPreUnicodeClass
{
-
public int $foo;
public int á$foo;
_PostUnicodeClassá áPreUnicodeFunction() { return null; }