Remove warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8287d55340
commit
9ea41e083c
@ -31,7 +31,7 @@ module REXML
|
|||||||
COMBININGCHAR = '' # TODO
|
COMBININGCHAR = '' # TODO
|
||||||
EXTENDER = '' # TODO
|
EXTENDER = '' # TODO
|
||||||
|
|
||||||
NCNAME_STR= "[#{LETTER}_:][-#{LETTER}#{DIGIT}._:#{COMBININGCHAR}#{EXTENDER}]*"
|
NCNAME_STR= "[#{LETTER}_:][-.\w:#{COMBININGCHAR}#{EXTENDER}]*"
|
||||||
NAME_STR= "(?:(#{NCNAME_STR}):)?(#{NCNAME_STR})"
|
NAME_STR= "(?:(#{NCNAME_STR}):)?(#{NCNAME_STR})"
|
||||||
UNAME_STR= "(?:#{NCNAME_STR}:)?#{NCNAME_STR}"
|
UNAME_STR= "(?:#{NCNAME_STR}:)?#{NCNAME_STR}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user