From fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Jan 2016 17:00:26 +0100 Subject: merge default into stable --- tests/examplefiles/java.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/examplefiles/java.properties (limited to 'tests/examplefiles/java.properties') diff --git a/tests/examplefiles/java.properties b/tests/examplefiles/java.properties new file mode 100644 index 00000000..72ad0f96 --- /dev/null +++ b/tests/examplefiles/java.properties @@ -0,0 +1,16 @@ +foo = bar +foo: bar +foo.oof: \ + bar=baz; \ + asdf + +// comment +# comment +; comment + +x:a\ +b +x: a \ + b + +x = \ -- cgit v1.2.1