From df61ba5e5541191c743adfc3c4efb0e73e102f00 Mon Sep 17 00:00:00 2001 From: Gaurav Jain Date: Mon, 12 May 2014 23:55:27 -0400 Subject: Match Java function name tokens even without leading whitespace --- tests/examplefiles/example.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/examplefiles/example.java') 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; } -- cgit v1.2.1