You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/07/18 09:56:09 UTC

svn commit: r1362798 - /jena/trunk/jena-arq/Grammar/tokens.txt

Author: andy
Date: Wed Jul 18 07:56:08 2012
New Revision: 1362798

URL: http://svn.apache.org/viewvc?rev=1362798&view=rev
Log:
Grammar: use '' not "" in PN_LOCAL

Modified:
    jena/trunk/jena-arq/Grammar/tokens.txt

Modified: jena/trunk/jena-arq/Grammar/tokens.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/Grammar/tokens.txt?rev=1362798&r1=1362797&r2=1362798&view=diff
==============================================================================
--- jena/trunk/jena-arq/Grammar/tokens.txt (original)
+++ jena/trunk/jena-arq/Grammar/tokens.txt Wed Jul 18 07:56:08 2012
@@ -255,7 +255,7 @@
 
 <#PN_PREFIX> ::= <PN_CHARS_BASE> ((<PN_CHARS>|'.')* <PN_CHARS>)?
 
-<#PN_LOCAL>  ::= (<PN_CHARS_U> | ':' | [0-9] | <PLX> ) ((<PN_CHARS> | "." | ":" | <PLX>)* (<PN_CHARS> | ":" | <PLX>) )?
+<#PN_LOCAL>  ::= (<PN_CHARS_U> | ':' | [0-9] | <PLX> ) ((<PN_CHARS> | '.' | ':' | <PLX>)* (<PN_CHARS> | ':' | <PLX>) )?
 
 <#PLX>            ::= <PERCENT> | <PN_LOCAL_ESC>