aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/comment_following_localName.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/comment_following_localName.trig')
-rw-r--r--test/w3c/TriGTests/comment_following_localName.trig8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/comment_following_localName.trig b/test/w3c/TriGTests/comment_following_localName.trig
new file mode 100644
index 00000000..649a9a59
--- /dev/null
+++ b/test/w3c/TriGTests/comment_following_localName.trig
@@ -0,0 +1,8 @@
+@prefix p: <http://a.example/> .
+<http://a.example/s> <http://a.example/p> p:o#comment
+.
+
+<http://example/graph> {
+ <http://a.example/s> <http://a.example/p> <http://a.example/o>#comment
+ .
+}