--- a/nquads/nquads-bnf.html Fri Nov 15 12:21:21 2013 +0100
+++ b/nquads/nquads-bnf.html Mon Nov 18 11:05:06 2013 +0000
@@ -79,11 +79,11 @@
<td>::=</td>
<td>'<code class='grammar-literal'>\u</code>' <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <code>| </code> '<code class='grammar-literal'>\U</code>' <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a></td>
</tr>
- <tr id="grammar-production-ECHAR" data-grammar-original="[153s] ECHAR ::= "\" [tbnrf"']" data-grammar-expression="(',', [("'", '\\'), ('[', 'tbnrf"\'')])" class='grammar-token'>
+ <tr id="grammar-production-ECHAR" data-grammar-original="[153s] ECHAR ::= "\" [tbnrf"\]" data-grammar-expression="(',', [("'", '\\'), ('[', 'tbnrf"\'')])" class='grammar-token'>
<td>[153s]</td>
<td><code>ECHAR</code></td>
<td>::=</td>
- <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf"'</code>]</td>
+ <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf"\</code>]</td>
</tr>
<tr id="grammar-production-PN_CHARS_BASE" data-grammar-original="[157s] PN_CHARS_BASE ::= [A-Z]| [a-z]| [#x00C0-#x00D6]| [#x00D8-#x00F6]| [#x00F8-#x02FF]| [#x0370-#x037D]| [#x037F-#x1FFF]| [#x200C-#x200D]| [#x2070-#x218F]| [#x2C00-#x2FEF]| [#x3001-#xD7FF]| [#xF900-#xFDCF]| [#xFDF0-#xFFFD]| [#x10000-#xEFFFF]" data-grammar-expression="('|', [('[', 'A-Z'), ('[', 'a-z'), ('[', '#x00C0-#x00D6'), ('[', '#x00D8-#x00F6'), ('[', '#x00F8-#x02FF'), ('[', '#x0370-#x037D'), ('[', '#x037F-#x1FFF'), ('[', '#x200C-#x200D'), ('[', '#x2070-#x218F'), ('[', '#x2C00-#x2FEF'), ('[', '#x3001-#xD7FF'), ('[', '#xF900-#xFDCF'), ('[', '#xFDF0-#xFFFD'), ('[', '#x10000-#xEFFFF')])" class='grammar-token'>
<td>[157s]</td>
--- a/nquads/nquads.bnf Fri Nov 15 12:21:21 2013 +0100
+++ b/nquads/nquads.bnf Mon Nov 18 11:05:06 2013 +0000
@@ -17,7 +17,7 @@
[141s] BLANK_NODE_LABEL ::= '_:' ( PN_CHARS_U | [0-9] ) ((PN_CHARS|'.')* PN_CHARS)?
[12] UCHAR ::= ( "\u" HEX HEX HEX HEX )
| ( "\U" HEX HEX HEX HEX HEX HEX HEX HEX )
-[153s] ECHAR ::= "\" [tbnrf"']
+[153s] ECHAR ::= "\" [tbnrf"\]
[157s] PN_CHARS_BASE ::= [A-Z]
| [a-z]
| [#x00C0-#x00D6]
--- a/rdf-turtle/n-prime-bnf.html Fri Nov 15 12:21:21 2013 +0100
+++ b/rdf-turtle/n-prime-bnf.html Mon Nov 18 11:05:06 2013 +0000
@@ -73,11 +73,11 @@
<td>::=</td>
<td>'<code class='grammar-literal'>\u</code>' <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <code>| </code> '<code class='grammar-literal'>\U</code>' <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a> <a href='#grammar-production-HEX'>HEX</a></td>
</tr>
- <tr id="grammar-production-ECHAR" data-grammar-original="[153s] ECHAR ::= "\" [tbnrf"']" data-grammar-expression="(',', [("'", '\\'), ('[', 'tbnrf"\'')])" class='grammar-token'>
+ <tr id="grammar-production-ECHAR" data-grammar-original="[153s] ECHAR ::= "\" [tbnrf"\]" data-grammar-expression="(',', [("'", '\\'), ('[', 'tbnrf"\'')])" class='grammar-token'>
<td>[153s]</td>
<td><code>ECHAR</code></td>
<td>::=</td>
- <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf"'</code>]</td>
+ <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf"\</code>]</td>
</tr>
<tr id="grammar-production-PN_CHARS_BASE" data-grammar-original="[157s] PN_CHARS_BASE ::= [A-Z]| [a-z]| [#x00C0-#x00D6]| [#x00D8-#x00F6]| [#x00F8-#x02FF]| [#x0370-#x037D]| [#x037F-#x1FFF]| [#x200C-#x200D]| [#x2070-#x218F]| [#x2C00-#x2FEF]| [#x3001-#xD7FF]| [#xF900-#xFDCF]| [#xFDF0-#xFFFD]| [#x10000-#xEFFFF]" data-grammar-expression="('|', [('[', 'A-Z'), ('[', 'a-z'), ('[', '#x00C0-#x00D6'), ('[', '#x00D8-#x00F6'), ('[', '#x00F8-#x02FF'), ('[', '#x0370-#x037D'), ('[', '#x037F-#x1FFF'), ('[', '#x200C-#x200D'), ('[', '#x2070-#x218F'), ('[', '#x2C00-#x2FEF'), ('[', '#x3001-#xD7FF'), ('[', '#xF900-#xFDCF'), ('[', '#xFDF0-#xFFFD'), ('[', '#x10000-#xEFFFF')])" class='grammar-token'>
<td>[157s]</td>
--- a/rdf-turtle/n-prime.bnf Fri Nov 15 12:21:21 2013 +0100
+++ b/rdf-turtle/n-prime.bnf Mon Nov 18 11:05:06 2013 +0000
@@ -17,7 +17,7 @@
[141s] BLANK_NODE_LABEL ::= '_:' ( PN_CHARS_U | [0-9] ) ((PN_CHARS|'.')* PN_CHARS)?
[10] UCHAR ::= ( "\u" HEX HEX HEX HEX )
| ( "\U" HEX HEX HEX HEX HEX HEX HEX HEX )
-[153s] ECHAR ::= "\" [tbnrf"']
+[153s] ECHAR ::= "\" [tbnrf"\]
[157s] PN_CHARS_BASE ::= [A-Z]
| [a-z]
| [#x00C0-#x00D6]
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/tests-nt/LITERAL_with_REVERSE_SOLIDUS2.nt Mon Nov 18 11:05:06 2013 +0000
@@ -0,0 +1,1 @@
+<http://example.org/ns#s> <http://example.org/ns#p1> "test-\\" .
--- a/rdf-turtle/turtle-bnf.html Fri Nov 15 12:21:21 2013 +0100
+++ b/rdf-turtle/turtle-bnf.html Mon Nov 18 11:05:06 2013 +0000
@@ -233,7 +233,7 @@
<td>[159s]</td>
<td><code>ECHAR</code></td>
<td>::=</td>
- <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf\"'</code>]</td>
+ <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf"'\</code>]</td>
</tr>
<tr id="grammar-production-WS" data-grammar-original="[161s] WS ::= #x20 | #x9 | #xD | #xA" data-grammar-expression="('|', [('#', '#x20'), ('#', '#x9'), ('#', '#xD'), ('#', '#xA')])" class='grammar-token'>
<td>[161s]</td>
--- a/trig/trig-bnf.html Fri Nov 15 12:21:21 2013 +0100
+++ b/trig/trig-bnf.html Mon Nov 18 11:05:06 2013 +0000
@@ -269,7 +269,7 @@
<td>[159s]</td>
<td><code>ECHAR</code></td>
<td>::=</td>
- <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf\"'</code>]</td>
+ <td>'<code class='grammar-literal'>\</code>' [<code class='grammar-chars'>tbnrf"'\</code>]</td>
</tr>
<tr id="grammar-production-NIL" data-grammar-original="[160s] NIL ::= "(" WS* ")"" data-grammar-expression="(',', [("'", '('), ('*', ('id', 'WS')), ("'", ')')])" class='grammar-token'>
<td>[160s]</td>