From 343124df71010055c2c1e6cdcadd13d23b2c013a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Feb 2023 18:39:49 -0500 Subject: [WIP] Add support for URI hex escape decoding --- test/extra/pretty/short-string-escapes.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/extra/pretty/short-string-escapes.ttl') diff --git a/test/extra/pretty/short-string-escapes.ttl b/test/extra/pretty/short-string-escapes.ttl index 0665e814..fad74284 100644 --- a/test/extra/pretty/short-string-escapes.ttl +++ b/test/extra/pretty/short-string-escapes.ttl @@ -1,4 +1,4 @@ @prefix eg: . eg:s - eg:p "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b\t\u000B\f\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F\\\u007F" . + eg:p "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b \u000B\f\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F\\\u007F" . -- cgit v1.2.1