diff options
Diffstat (limited to 'tests/good/test-num.ttl')
-rw-r--r-- | tests/good/test-num.ttl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/good/test-num.ttl b/tests/good/test-num.ttl deleted file mode 100644 index 68ad290b..00000000 --- a/tests/good/test-num.ttl +++ /dev/null @@ -1,12 +0,0 @@ -@prefix eg: <http://example.org/eg#> . - -eg:thing eg:num 0.1 . -eg:thing eg:num +0.2 . -eg:thing eg:num -0.3 . -eg:thing eg:num .4 . -eg:thing eg:num +.5 . -eg:thing eg:num -.6 . -eg:thing eg:num 1.58490e-05 . -eg:thing eg:num 1.58490e+05 . -eg:thing eg:num 1.58490e05 . -eg:thing eg:num 1.58490E05 . |