diff options
Diffstat (limited to 'tests/TrigTests/trig-graph-bad-02.trig')
-rw-r--r-- | tests/TrigTests/trig-graph-bad-02.trig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-graph-bad-02.trig b/tests/TrigTests/trig-graph-bad-02.trig new file mode 100644 index 00000000..47bbda62 --- /dev/null +++ b/tests/TrigTests/trig-graph-bad-02.trig @@ -0,0 +1,6 @@ +# GRAPH tests +PREFIX : <http://example/> + +# GRAPH not followed by DOT +GRAPH :g1 { :s :p :o } . +GRAPH :g2 { :s :p :o } . |