diff options
Diffstat (limited to 'test/w3c/TriGTests/trig-syntax-blank-label.trig')
-rw-r--r-- | test/w3c/TriGTests/trig-syntax-blank-label.trig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/w3c/TriGTests/trig-syntax-blank-label.trig b/test/w3c/TriGTests/trig-syntax-blank-label.trig deleted file mode 100644 index 2cebf8f5..00000000 --- a/test/w3c/TriGTests/trig-syntax-blank-label.trig +++ /dev/null @@ -1,6 +0,0 @@ -@prefix : <http://example/> . -{ -_:0b :p :o . # Starts with digit -_:_b :p :o . # Starts with underscore -_:b.0 :p :o . # Contains dot, ends with digit -} |