diff options
Diffstat (limited to 'tests/TrigTests/trig-syntax-bad-struct-10.trig')
-rw-r--r-- | tests/TrigTests/trig-syntax-bad-struct-10.trig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-syntax-bad-struct-10.trig b/tests/TrigTests/trig-syntax-bad-struct-10.trig new file mode 100644 index 00000000..5d5c58fa --- /dev/null +++ b/tests/TrigTests/trig-syntax-bad-struct-10.trig @@ -0,0 +1,5 @@ +# Too many DOTs +{ +<http://example/s> <http://example/p> <http://example/o> . . +<http://example/s1> <http://example/p1> <http://example/o1> . +} |