From c7fb2c971e587dedb7151443f6424bee8235b333 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Mar 2013 06:34:04 +0000 Subject: Pass negative eval tests (reject invalid escaped URI characters). git-svn-id: http://svn.drobilla.net/serd/trunk@430 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/good/test-escapes.nt | 2 +- tests/good/test-escapes.ttl | 2 +- tests/good/test-uri-escape.nt | 2 +- tests/good/test-uri-escape.ttl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/good') diff --git a/tests/good/test-escapes.nt b/tests/good/test-escapes.nt index 725b832c..e30222e7 100644 --- a/tests/good/test-escapes.nt +++ b/tests/good/test-escapes.nt @@ -1,2 +1,2 @@ "\\\r\n\t" . - . + . diff --git a/tests/good/test-escapes.ttl b/tests/good/test-escapes.ttl index 9898e883..e30222e7 100644 --- a/tests/good/test-escapes.ttl +++ b/tests/good/test-escapes.ttl @@ -1,2 +1,2 @@ "\\\r\n\t" . - . \ No newline at end of file + . diff --git a/tests/good/test-uri-escape.nt b/tests/good/test-uri-escape.nt index bdb27185..320e7c33 100644 --- a/tests/good/test-uri-escape.nt +++ b/tests/good/test-uri-escape.nt @@ -1 +1 @@ - . + . diff --git a/tests/good/test-uri-escape.ttl b/tests/good/test-uri-escape.ttl index bdb27185..320e7c33 100644 --- a/tests/good/test-uri-escape.ttl +++ b/tests/good/test-uri-escape.ttl @@ -1 +1 @@ - . + . -- cgit v1.2.1