aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-syntax-prefix-09.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-syntax-prefix-09.trig')
-rw-r--r--tests/TriGTests/trig-syntax-prefix-09.trig4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-syntax-prefix-09.trig b/tests/TriGTests/trig-syntax-prefix-09.trig
new file mode 100644
index 00000000..ba50306c
--- /dev/null
+++ b/tests/TriGTests/trig-syntax-prefix-09.trig
@@ -0,0 +1,4 @@
+# percents
+@prefix : <http://example/> .
+@prefix x: <http://example/> .
+{:a%3E x:%25 :a%3Eb .}