diff options
Diffstat (limited to 'tests/TrigTests/trig-eval-struct-02.trig')
-rw-r--r-- | tests/TrigTests/trig-eval-struct-02.trig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-eval-struct-02.trig b/tests/TrigTests/trig-eval-struct-02.trig new file mode 100644 index 00000000..332af23c --- /dev/null +++ b/tests/TrigTests/trig-eval-struct-02.trig @@ -0,0 +1,13 @@ +{ + <http://example/s> + <http://example/p1> <http://example/o1> ; + <http://example/p2> <http://example/o2> ; + . +} + +<http://example/graph> { + <http://example/s> + <http://example/p1> <http://example/o1> ; + <http://example/p2> <http://example/o2> ; + . +} |