diff options
Diffstat (limited to 'tests/test-lang.out')
-rw-r--r-- | tests/test-lang.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-lang.out b/tests/test-lang.out new file mode 100644 index 0000000..61daecb --- /dev/null +++ b/tests/test-lang.out @@ -0,0 +1,5 @@ +<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Hello"@en . +<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Howdy"@en-us . +<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Bonjour"@fr . +<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Guten Tag"@de-latn-de . +<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "HEY MAN"@en-crazy0place . |