diff options
Diffstat (limited to 'tests/TrigTests/trig-syntax-bad-n3-extras-01.trig')
-rw-r--r-- | tests/TrigTests/trig-syntax-bad-n3-extras-01.trig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-syntax-bad-n3-extras-01.trig b/tests/TrigTests/trig-syntax-bad-n3-extras-01.trig new file mode 100644 index 00000000..9dbf21e2 --- /dev/null +++ b/tests/TrigTests/trig-syntax-bad-n3-extras-01.trig @@ -0,0 +1,5 @@ +# {} formulae not in Turtle +@prefix : <http://example/> . + +{ :a :q :c . } :p :z . + |