From 5475750ecf496c774a082464b3e60f5adce9cc8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Jan 2017 14:48:03 -0500 Subject: Add support for reading TriG --- tests/TrigTests/two_LITERAL_LONG2s.trig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/TrigTests/two_LITERAL_LONG2s.trig (limited to 'tests/TrigTests/two_LITERAL_LONG2s.trig') diff --git a/tests/TrigTests/two_LITERAL_LONG2s.trig b/tests/TrigTests/two_LITERAL_LONG2s.trig new file mode 100644 index 00000000..93aea524 --- /dev/null +++ b/tests/TrigTests/two_LITERAL_LONG2s.trig @@ -0,0 +1,6 @@ +# Test long literal twice to ensure it does not over-quote +@prefix : . +{ +:a :b """first long literal""" . +:c :d """second long literal""" . +} -- cgit v1.2.1