change unicode escapes in TriG NQ test files to use upper-case HEX letters
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 24 Sep 2013 12:55:38 -0700
changeset 1110 5db1bf43f3c8
parent 1109 61ac08beafaf
child 1111 007f3a428e4e
change unicode escapes in TriG NQ test files to use upper-case HEX letters
trig/tests/LITERAL1_all_controls.nq
trig/tests/LITERAL1_ascii_boundaries.nq
trig/tests/LITERAL2_ascii_boundaries.nq
trig/tests/LITERAL_LONG1_ascii_boundaries.nq
trig/tests/LITERAL_LONG2_ascii_boundaries.nq
trig/tests/localName_with_PN_CHARS_BASE_character_boundaries.nq
trig/tests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq
trig/tests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq
trig/tests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq
--- a/trig/tests/LITERAL1_all_controls.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/LITERAL1_all_controls.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009\u000b\u000c\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f" .
-<http://a.example/s> <http://a.example/p> "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009\u000b\u000c\u000e\u000f\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001a\u001b\u001c\u001d\u001e\u001f" <http://example/graph> .
+<http://a.example/s> <http://a.example/p> "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009\u000B\u000C\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F" .
+<http://a.example/s> <http://a.example/p> "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u0009\u000B\u000C\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F" <http://example/graph> .
--- a/trig/tests/LITERAL1_ascii_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/LITERAL1_ascii_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000b\u000c\u000e\u0026\u0028\u005b\u005d\u007f" .
-<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000b\u000c\u000e\u0026\u0028\u005b\u005d\u007f" <http://example/graph> .
+<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000B\u000C\u000E\u0026\u0028\u005B\u005D\u007F" .
+<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000B\u000C\u000E\u0026\u0028\u005B\u005D\u007F" <http://example/graph> .
--- a/trig/tests/LITERAL2_ascii_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/LITERAL2_ascii_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000b\u000c\u000e\u0021\u0023\u005b\u005d\u007f" .
-<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000b\u000c\u000e\u0021\u0023\u005b\u005d\u007f" <http://example/graph> .
+<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000B\u000C\u000E\u0021\u0023\u005B\u005D\u007F" .
+<http://a.example/s> <http://a.example/p> "\u0000\u0009\u000B\u000C\u000E\u0021\u0023\u005B\u005D\u007F" <http://example/graph> .
--- a/trig/tests/LITERAL_LONG1_ascii_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/LITERAL_LONG1_ascii_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> "\u0000\u0026\u0028\u005b\u005d\u007f" .
-<http://a.example/s> <http://a.example/p> "\u0000\u0026\u0028\u005b\u005d\u007f" <http://example/graph> .
+<http://a.example/s> <http://a.example/p> "\u0000\u0026\u0028\u005B\u005D\u007F" .
+<http://a.example/s> <http://a.example/p> "\u0000\u0026\u0028\u005B\u005D\u007F" <http://example/graph> .
--- a/trig/tests/LITERAL_LONG2_ascii_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/LITERAL_LONG2_ascii_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> "\u0000\u0021\u0023\u005b\u005d\u007f" .
-<http://a.example/s> <http://a.example/p> "\u0000\u0021\u0023\u005b\u005d\u007f" <http://example/graph> .
+<http://a.example/s> <http://a.example/p> "\u0000\u0021\u0023\u005B\u005D\u007F" .
+<http://a.example/s> <http://a.example/p> "\u0000\u0021\u0023\u005B\u005D\u007F" <http://example/graph> .
--- a/trig/tests/localName_with_PN_CHARS_BASE_character_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/localName_with_PN_CHARS_BASE_character_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u037f\u1fff\u200c\u200d\u2070\u218f\u2c00\u2fef\u3001\ud7ff\uf900\ufdcf\ufdf0\uffef\U00010000\U000efffd> .
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u037f\u1fff\u200c\u200d\u2070\u218f\u2c00\u2fef\u3001\ud7ff\uf900\ufdcf\ufdf0\uffef\U00010000\U000efffd> <http://example/graph> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u037F\u1FFF\u200C\u200D\u2070\u218F\u2C00\u2FEF\u3001\uD7FF\uF900\uFDCF\uFDF0\uFFEF\U00010000\U000EFFFD> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u037F\u1FFF\u200C\u200D\u2070\u218F\u2C00\u2FEF\u3001\uD7FF\uF900\uFDCF\uFDF0\uFFEF\U00010000\U000EFFFD> <http://example/graph> .
--- a/trig/tests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u0384\u1ffe\u200c\u200d\u2070\u2189\u2c00\u2fd5\u3001\ud7fb\ufa0e\ufdc7\ufdf0\uffef\U00010000\U000e01ef> .
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u0384\u1ffe\u200c\u200d\u2070\u2189\u2c00\u2fd5\u3001\ud7fb\ufa0e\ufdc7\ufdf0\uffef\U00010000\U000e01ef> <http://example/graph> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u0384\u1FFE\u200C\u200D\u2070\u2189\u2C00\u2FD5\u3001\uD7FB\uFA0E\uFDC7\uFDF0\uFFEF\U00010000\U000E01EF> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u0384\u1FFE\u200C\u200D\u2070\u2189\u2C00\u2FD5\u3001\uD7FB\uFA0E\uFDC7\uFDF0\uFFEF\U00010000\U000E01EF> <http://example/graph> .
--- a/trig/tests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u0384\u1ffe\u200c\u200d\u2070\u2189\u2c00\u2fd5\u3001\ud7fb\ufa0e\ufdc7\ufdf0\uffef> .
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u0384\u1ffe\u200c\u200d\u2070\u2189\u2c00\u2fd5\u3001\ud7fb\ufa0e\ufdc7\ufdf0\uffef> <http://example/graph> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u0384\u1FFE\u200C\u200D\u2070\u2189\u2C00\u2FD5\u3001\uD7FB\uFA0E\uFDC7\uFDF0\uFFEF> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u0384\u1FFE\u200C\u200D\u2070\u2189\u2C00\u2FD5\u3001\uD7FB\uFA0E\uFDC7\uFDF0\uFFEF> <http://example/graph> .
--- a/trig/tests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq	Wed Sep 18 08:41:49 2013 -0700
+++ b/trig/tests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq	Tue Sep 24 12:55:38 2013 -0700
@@ -1,2 +1,2 @@
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u037f\u1fff\u200c\u200d\u2070\u218f\u2c00\u2fef\u3001\ud7ff\ufa0e\ufdcf\ufdf0\uffef\U00010000\U000efffd> .
-<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00c0\u00d6\u00d8\u00f6\u00f8\u02ff\u0370\u037d\u037f\u1fff\u200c\u200d\u2070\u218f\u2c00\u2fef\u3001\ud7ff\ufa0e\ufdcf\ufdf0\uffef\U00010000\U000efffd> <http://example/graph> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u037F\u1FFF\u200C\u200D\u2070\u218F\u2C00\u2FEF\u3001\uD7FF\uFA0E\uFDCF\uFDF0\uFFEF\U00010000\U000EFFFD> .
+<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u037F\u1FFF\u200C\u200D\u2070\u218F\u2C00\u2FEF\u3001\uD7FF\uFA0E\uFDCF\uFDF0\uFFEF\U00010000\U000EFFFD> <http://example/graph> .