[MacRuby] #896: U_REGEX_BAD_ESCAPE_SEQUENCE on unicode escape in literal regex
#896: U_REGEX_BAD_ESCAPE_SEQUENCE on unicode escape in literal regex -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- /\u{A6}/ gives regexp `\u{A6}' compilation error: U_REGEX_BAD_ESCAPE_SEQUENCE Works in 1.9.2. Regexp.new "\u{A6}" works. -- Ticket URL: <http://www.macruby.org/trac/ticket/896> MacRuby <http://macruby.org/>
#896: U_REGEX_BAD_ESCAPE_SEQUENCE on unicode escape in literal regex -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby Later Component: MacRuby | Keywords: #reduction -----------------------------------+---------------------------------------- Changes (by eloy.de.enige@…): * keywords: => #reduction * milestone: => MacRuby Later -- Ticket URL: <http://www.macruby.org/trac/ticket/896#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby