X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=t%2Fcases%2Fnegative-tests.json;h=552a6bf07e98ab5dbef609a386d7a2aa0352ef57;hp=dca9c9ede337c2c505cdac4a72a03a6cfa10962c;hb=5ea1ac36de0445293009b06d3a28620e63f92916;hpb=c5e064206c7bae33b3e105012c47ba1826153a71 diff --git a/t/cases/negative-tests.json b/t/cases/negative-tests.json index dca9c9e..552a6bf 100644 --- a/t/cases/negative-tests.json +++ b/t/cases/negative-tests.json @@ -5,6 +5,9 @@ "id" : "thing", "var" : "value", "hello" : "Hello World!", + "with space" : "fail", + " leading_space" : "Hi!", + "trailing_space " : "Bye!", "empty" : "", "path" : "/foo/bar", "x" : "1024", @@ -26,6 +29,9 @@ [ "{hello:2*}", false ] , [ "{??hello}", false ] , [ "{!hello}", false ] , + [ "{with space}", false], + [ "{ leading_space}", false], + [ "{trailing_space }", false], [ "{=path}", false ] , [ "{$var}", false ], [ "{|var*}", false ], @@ -41,6 +47,8 @@ [ "{;keys:1*}", false ], [ "?{-join|&|var,list}" , false ], [ "/people/{~thing}", false], + [ "/{default-graph-uri}", false ], + [ "/sparql{?query,default-graph-uri}", false ], [ "/sparql{?query){&default-graph-uri*}", false ], [ "/resolution{?x, y}" , false ]