[1.9] Invalid unicode sequences should not be allowed in literal unicode regexp --------------------------------------------------------------------------------
Key: JRUBY-5280 URL: http://jira.codehaus.org/browse/JRUBY-5280 Project: JRuby Issue Type: Bug Components: Parser, Ruby 1.9 Affects Versions: JRuby 1.6 Reporter: Charles Oliver Nutter Assignee: Thomas E Enebo This does not produce an error under JRuby: {noformat} $ ruby1.9 -v -S irb ruby 1.9.3dev (2010-10-09 trunk 29431) [x86_64-darwin10.4.0] irb(main):001:0> /\xc0/u SyntaxError: (irb):1: invalid multibyte escape: /\xc0/ from /usr/bin/irb:13:in `<main>' {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email