From a5824db519e84e8e45498e78502615d99b63d144 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Sep 2017 18:48:18 +0200 Subject: Make internal tests standard manifest-driven test suites --- tests/TriGTests/trig-subm-23.trig | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/TriGTests/trig-subm-23.trig (limited to 'tests/TriGTests/trig-subm-23.trig') diff --git a/tests/TriGTests/trig-subm-23.trig b/tests/TriGTests/trig-subm-23.trig new file mode 100644 index 00000000..3cb24f50 --- /dev/null +++ b/tests/TriGTests/trig-subm-23.trig @@ -0,0 +1,32 @@ +# comment test +@prefix : . + +{ +:a :b :c . # end of line comment +:d # ignore me + :e # and me + :f # and me + . +:g :h #ignore me + :i, # and me + :j . # and me + +:k :l :m ; #ignore me + :n :o ; # and me + :p :q . # and me +} + + { +:a :b :c . # end of line comment +:d # ignore me + :e # and me + :f # and me + . +:g :h #ignore me + :i, # and me + :j . # and me + +:k :l :m ; #ignore me + :n :o ; # and me + :p :q . # and me +} -- cgit v1.2.1