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/badcase.java.output | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/examplefiles/java/badcase.java.output (limited to 'tests/examplefiles/java/badcase.java.output') diff --git a/tests/examplefiles/java/badcase.java.output b/tests/examplefiles/java/badcase.java.output new file mode 100644 index 00000000..c89e5c7f --- /dev/null +++ b/tests/examplefiles/java/badcase.java.output @@ -0,0 +1,15 @@ +'// this used to take ages\n' Comment.Single + +'void' Keyword.Type +' ' Text +'foo' Name.Function +'(' Punctuation +')' Punctuation +' ' Text +'throws' Keyword.Declaration +' ' Text +'xxxxxxxxxxxxxxxxxxxxxx' Name +'{' Punctuation +' ' Text +'}' Punctuation +'\n' Text -- cgit v1.2.1