#1016: Regular expression 'negative look-ahead' not working properly ----------------------------------+----------------------------------------- Reporter: yasuimao@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by lsansonetti@…): You're right! It works as expected in my environment, which has a newer system ICU. {{{ $ ruby t.rb ["It is interesting", "It is very interesting", "It is very very interesting"] $ ./miniruby t.rb ["It is interesting", "It is very interesting", "It is very very interesting"] }}} However, I believe it's not a good idea to link MacRuby with a newer ICU, as symbols might collide when requiring Cocoa, which links against the system version of ICU. -- Ticket URL: <http://www.macruby.org/trac/ticket/1016#comment:2> MacRuby <http://macruby.org/>