From: rinkevichjm@... Date: 2016-01-15T03:17:38+00:00 Subject: [ruby-core:72865] [Ruby trunk - Bug #11992] [Open] Regexp match data Issue #11992 has been reported by James Rinkevich. ---------------------------------------- Bug #11992: Regexp match data https://bugs.ruby-lang.org/issues/11992 * 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: