diff options
author | Tim Hatch <tim@timhatch.com> | 2010-06-07 13:45:45 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2010-06-07 13:45:45 -0700 |
commit | 8e94043bf537fe30ae5b72cdccaaffb87b47d7ac (patch) | |
tree | 541765e83e7699978296e0178ed9afc62b13cd4f /tests/examplefiles/java.properties | |
parent | 12518b15e4768ce93eaeb31871d6fd508197dc3f (diff) | |
download | pygments-8e94043bf537fe30ae5b72cdccaaffb87b47d7ac.tar.gz |
Add properties examplefile
Diffstat (limited to 'tests/examplefiles/java.properties')
-rw-r--r-- | tests/examplefiles/java.properties | 16 |
1 files changed, 16 insertions, 0 deletions
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 = \ |