Fix extra \ in IRIREF
authorGavin Carothers <gavin@carothers.name>
Fri, 15 Jun 2012 14:34:14 -0700
changeset 452 1e172c19d433
parent 451 9b0e21fe1153
child 453 fb5b013765f0
Fix extra \ in IRIREF
rdf-turtle/turtle.bnf
--- a/rdf-turtle/turtle.bnf	Fri Jun 15 14:31:05 2012 -0700
+++ b/rdf-turtle/turtle.bnf	Fri Jun 15 14:34:14 2012 -0700
@@ -52,7 +52,7 @@
 
 @terminals
 
-[138s] IRIREF ::=  '<' ([^#x00-#x20<>\"{}|^`\\] | UCHAR)* '>'
+[138s] IRIREF ::=  '<' ([^#x00-#x20<>\"{}|^`\] | UCHAR)* '>'
  
 [139s] PNAME_NS ::= PN_PREFIX? ":"