author | Luc Moreau <l.moreau@ecs.soton.ac.uk> |
Mon, 09 Jul 2012 22:29:49 +0100 | |
changeset 3847 | f43020eb6153 |
parent 3843 | a9771c404954 |
child 3848 | f7e2efbf555a |
model/grammar/yack/prov-n.bnf |
--- a/model/grammar/yack/prov-n.bnf Mon Jul 09 22:17:42 2012 +0100 +++ b/model/grammar/yack/prov-n.bnf Mon Jul 09 22:29:49 2012 +0100 @@ -215,7 +215,7 @@ [100s] PN_LOCAL ::= ( PN_CHARS_U | [0-9] | PN_CHARS_OTHERS ) ( ( PN_CHARS | '.' | PN_CHARS_OTHERS )* ( PN_CHARS | PN_CHARS_OTHERS ) ) ? -[160s] PN_CHARS_OTHERS ::= PERCENT | '/' | '@' | '~' | '&' | '+' | '?' | '#' | '$' +[160s] PN_CHARS_OTHERS ::= PERCENT | '/' | '@' | '~' | '&' | '+' | '*' | '?' | '#' | '$' | '!' [161s] PERCENT ::= '%' HEX HEX