summaryrefslogtreecommitdiff
path: root/test/broken_parse_test
diff options
context:
space:
mode:
authorgromgull <devnull@localhost>2010-02-02 23:30:05 +0000
committergromgull <devnull@localhost>2010-02-02 23:30:05 +0000
commitcc381b88e3529aeb39b3ef600f1e93e2882121b2 (patch)
tree6db0abd84ff4486126b5db888ccdd77c5c5e6ad0 /test/broken_parse_test
parent906f57e0410324f9c6cd499736a4a7834add3371 (diff)
downloadrdflib-cc381b88e3529aeb39b3ef600f1e93e2882121b2.tar.gz
added ntriples tests, and fixed issue 18
Diffstat (limited to 'test/broken_parse_test')
-rw-r--r--test/broken_parse_test/n3-writer-test-29.n323
-rw-r--r--test/broken_parse_test/rdf-test-27.n39
2 files changed, 0 insertions, 32 deletions
diff --git a/test/broken_parse_test/n3-writer-test-29.n3 b/test/broken_parse_test/n3-writer-test-29.n3
deleted file mode 100644
index 86cf56e7..00000000
--- a/test/broken_parse_test/n3-writer-test-29.n3
+++ /dev/null
@@ -1,23 +0,0 @@
-# Test qname-ization
-
-@prefix : <http://example.org/here#> .
-@prefix ns: <http://example.org/ns#> .
-@prefix ns2: <http://example.org/ns/> .
-@prefix ex: <http://example.org/> .
-
-# Ensure we don't write ns:p1/p2 (illegal URI)
-:x <http://example.org/ns/p1/p2> "1" .
-
-# Legal URI
-:x <http://example.org/ns#_1> "1" .
-
-# Numeric namespace prefix: gives a warning on reading
-# as Jena models work on XML rules.
-#@prefix 1: <http://example.org/1#> .
-:x <http://example.org/1#1> "1" .
-
-# Numberic localname is allowed.
-:x ex:1 "2" .
-
-# As is _1
-:x ex:_1 "rdf:_1 test" .
diff --git a/test/broken_parse_test/rdf-test-27.n3 b/test/broken_parse_test/rdf-test-27.n3
deleted file mode 100644
index 7b6ede14..00000000
--- a/test/broken_parse_test/rdf-test-27.n3
+++ /dev/null
@@ -1,9 +0,0 @@
-@prefix : <#> .
-@prefix x: <http://example.org/x#> .
-
-# \u in URIs not supported
-# @prefix e: <http://example.org/e-actute-\u00E9#> .
-
-#<http://example.org/alpha-\u03B1> e:alpha "alpha" .
-
-x:α x:p "alpha qname" .