diff options
Diffstat (limited to 'tests/TriGTests/trig-syntax-bad-n3-extras-03.trig')
-rw-r--r-- | tests/TriGTests/trig-syntax-bad-n3-extras-03.trig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-syntax-bad-n3-extras-03.trig b/tests/TriGTests/trig-syntax-bad-n3-extras-03.trig new file mode 100644 index 00000000..bb21bf08 --- /dev/null +++ b/tests/TriGTests/trig-syntax-bad-n3-extras-03.trig @@ -0,0 +1,9 @@ +# N3 paths +@prefix : <http://example/> . +@prefix ns: <http://example/p#> . + +{ +:x. + ns:p. + ns:q :p :z . +} |