From: rinkevichjm@... Date: 2016-01-15T03:18:45+00:00 Subject: [ruby-core:72866] [Ruby trunk - Bug #11992] Regexp match data Issue #11992 has been updated by James Rinkevich. Found in jruby too ---------------------------------------- Bug #11992: Regexp match data https://bugs.ruby-lang.org/issues/11992#change-56099 * Author: James Rinkevich * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- m=" M.S. Math \n M.S. Computer Eng. \n".match /M\.S\./ m.offset 0 [1,5] m.offset 1 [1,5] # should be [13,17] -- https://bugs.ruby-lang.org/ Unsubscribe: