From 6f4309217326430145564ae8b1bb393ea684f39f Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 20 Jan 2021 10:48:45 +0100 Subject: Also add auto-updatable output-based tests to examplefiles (#1689) Co-authored-by: Georg Brandl --- tests/examplefiles/java/example.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/examplefiles/java/example.java (limited to 'tests/examplefiles/java/example.java') diff --git a/tests/examplefiles/java/example.java b/tests/examplefiles/java/example.java new file mode 100644 index 00000000..78f9d727 --- /dev/null +++ b/tests/examplefiles/java/example.java @@ -0,0 +1,16 @@ +class _PostUnico$deClassá +{void fo$o() {} + + void PostUnicodeFunctioná() { + láb$el: + break láb$el; + + } +} + +class áPreUnicode$Class +{ + public int $foo; + public int á$foo; + _PostUnico$deClassá áPreUnicodeFunction() { return null; } +} -- cgit v1.2.1