diff options
Diffstat (limited to 'test/extra/good/test-double.nt')
-rw-r--r-- | test/extra/good/test-double.nt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/extra/good/test-double.nt b/test/extra/good/test-double.nt new file mode 100644 index 00000000..3bb11acc --- /dev/null +++ b/test/extra/good/test-double.nt @@ -0,0 +1,4 @@ +<http://example.org/eg#s> <http://example.org/eg#p> "1.58490e-05"^^<http://www.w3.org/2001/XMLSchema#double> . +<http://example.org/eg#s> <http://example.org/eg#p> "1.58490e+05"^^<http://www.w3.org/2001/XMLSchema#double> . +<http://example.org/eg#s> <http://example.org/eg#p> "1.58490e05"^^<http://www.w3.org/2001/XMLSchema#double> . +<http://example.org/eg#s> <http://example.org/eg#p> "1.58490E05"^^<http://www.w3.org/2001/XMLSchema#double> . |