diff options
Diffstat (limited to 'tests/good/test-03.ttl')
-rw-r--r-- | tests/good/test-03.ttl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/good/test-03.ttl b/tests/good/test-03.ttl new file mode 100644 index 00000000..9179fa50 --- /dev/null +++ b/tests/good/test-03.ttl @@ -0,0 +1,5 @@ +# Test ; operator +@prefix : <http://example.org/base#> . +:a :b :c ; + :d :e ; + :f :g . |