From 8e94043bf537fe30ae5b72cdccaaffb87b47d7ac Mon Sep 17 00:00:00 2001 From: Tim Hatch Date: Mon, 7 Jun 2010 13:45:45 -0700 Subject: Add properties examplefile --- 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