diff options
Diffstat (limited to 'test/w3c/TriGTests/numeric_with_leading_0.nq')
-rw-r--r-- | test/w3c/TriGTests/numeric_with_leading_0.nq | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/numeric_with_leading_0.nq b/test/w3c/TriGTests/numeric_with_leading_0.nq new file mode 100644 index 00000000..f028e790 --- /dev/null +++ b/test/w3c/TriGTests/numeric_with_leading_0.nq @@ -0,0 +1,2 @@ +<http://a.example/s> <http://a.example/p> "01"^^<http://www.w3.org/2001/XMLSchema#integer> . +<http://a.example/s> <http://a.example/p> "01"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example/graph> . |