diff options
Diffstat (limited to 'tests/TrigTests/trig-subm-20.trig')
-rw-r--r-- | tests/TrigTests/trig-subm-20.trig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-subm-20.trig b/tests/TrigTests/trig-subm-20.trig new file mode 100644 index 00000000..6e3032e5 --- /dev/null +++ b/tests/TrigTests/trig-subm-20.trig @@ -0,0 +1,13 @@ +@prefix : <http://example.org#> . + +{ +:a :b -1.0 . +:c :d -1 . +:e :f -1.0e0 . +} + +<http://example/graph> { +:a :b -1.0 . +:c :d -1 . +:e :f -1.0e0 . +} |