mirror of
https://github.com/gonum/gonum.git
synced 2025-10-11 01:50:12 +08:00

Test cases test001-in.nq to test062-in.nq are from [1] licensed under the W3C BSD 3-clause license. Test cases hogan*.nq are from the original paper used with permission. [1]https://json-ld.github.io/normalization/tests/index.html
18 lines
633 B
Plaintext
18 lines
633 B
Plaintext
<urn:ex:s> <urn:ex:000:empty> "" .
|
|
<urn:ex:s> <urn:ex:001:simple> "simple" .
|
|
<urn:ex:s> <urn:ex:002:quote> "\"" .
|
|
<urn:ex:s> <urn:ex:003:backslash> "\\" .
|
|
<urn:ex:s> <urn:ex:004:nl> "\n" .
|
|
<urn:ex:s> <urn:ex:005:cr> "\r" .
|
|
<urn:ex:s> <urn:ex:006:all> "\"\\\n\r" .
|
|
<urn:ex:s> <urn:ex:007:uchar> "\u0022\u005c" .
|
|
<urn:ex:s> <urn:ex:008:echar> "\t\b\n\r\f\"\'\\" .
|
|
<urn:ex:s> <urn:ex:009> "\\u0039" .
|
|
<urn:ex:s> <urn:ex:010> "\\n" .
|
|
<urn:ex:s> <urn:ex:011> "\\\\" .
|
|
<urn:ex:s> <urn:ex:012> "\"\"" .
|
|
<urn:ex:s> <urn:ex:013> "\\\\\\" .
|
|
<urn:ex:s> <urn:ex:014> "\"\"\"" .
|
|
<urn:ex:s> <urn:ex:015> "\u221e" .
|
|
<urn:ex:s> <urn:ex:016> "∞" .
|