diff options
Diffstat (limited to 'test/extra/perfect/test-decimal.nt')
-rw-r--r-- | test/extra/perfect/test-decimal.nt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/extra/perfect/test-decimal.nt b/test/extra/perfect/test-decimal.nt new file mode 100644 index 00000000..8b6ca4bb --- /dev/null +++ b/test/extra/perfect/test-decimal.nt @@ -0,0 +1,6 @@ +<http://example.org/eg#s> <http://example.org/eg#p> "+.1"^^<http://www.w3.org/2001/XMLSchema#decimal> . +<http://example.org/eg#s> <http://example.org/eg#p> "+0.2"^^<http://www.w3.org/2001/XMLSchema#decimal> . +<http://example.org/eg#s> <http://example.org/eg#p> "-.3"^^<http://www.w3.org/2001/XMLSchema#decimal> . +<http://example.org/eg#s> <http://example.org/eg#p> "-0.4"^^<http://www.w3.org/2001/XMLSchema#decimal> . +<http://example.org/eg#s> <http://example.org/eg#p> ".5"^^<http://www.w3.org/2001/XMLSchema#decimal> . +<http://example.org/eg#s> <http://example.org/eg#p> "0.6"^^<http://www.w3.org/2001/XMLSchema#decimal> . |