aboutsummaryrefslogtreecommitdiffstats
path: root/tests/good/test-num.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-09 12:11:13 +0100
committerDavid Robillard <d@drobilla.net>2020-11-09 20:01:27 +0100
commit8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7 (patch)
tree3db87de8309be4faa9e4f36f3c4794cdf16a0c7c /tests/good/test-num.nt
parentd65769b7b9ad6a8c9c75f8fd96f929f8a2938774 (diff)
downloadserd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.tar.gz
serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.tar.bz2
serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.zip
Rename test directory
Diffstat (limited to 'tests/good/test-num.nt')
-rw-r--r--tests/good/test-num.nt10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/good/test-num.nt b/tests/good/test-num.nt
deleted file mode 100644
index 54263d46..00000000
--- a/tests/good/test-num.nt
+++ /dev/null
@@ -1,10 +0,0 @@
-<http://example.org/eg#thing> <http://example.org/eg#num> "0.1"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "+0.2"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "-0.3"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org/eg#thing> <http://example.org/eg#num> ".4"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "+.5"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "-.6"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "1.58490e-05"^^<http://www.w3.org/2001/XMLSchema#double> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "1.58490e+05"^^<http://www.w3.org/2001/XMLSchema#double> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "1.58490e05"^^<http://www.w3.org/2001/XMLSchema#double> .
-<http://example.org/eg#thing> <http://example.org/eg#num> "1.58490E05"^^<http://www.w3.org/2001/XMLSchema#double> .