diff options
Diffstat (limited to 'test/extra/good/test-num.ttl')
-rw-r--r-- | test/extra/good/test-num.ttl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/extra/good/test-num.ttl b/test/extra/good/test-num.ttl new file mode 100644 index 00000000..68ad290b --- /dev/null +++ b/test/extra/good/test-num.ttl @@ -0,0 +1,12 @@ +@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 . |