Actions
Bug #10543
closedruby -c and ripper inconsistency: /(?<n>a(b|\g<n>))/
Bug #10543:
ruby -c and ripper inconsistency: /(?<n>a(b|\g<n>))/
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0dev (2014-11-26 trunk 48577) [x86_64-linux]
Backport:
Description
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r48655.
parse.y: fix a typo
- parse.y (regexp_contents): fix a typo. pointed out by wanabe.
[ruby-dev:48741] [Bug #10543]
Updated by nagachika (Tomoyuki Chikanaga) over 11 years ago
- Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED
it seems introduced at r48504.
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Related to Bug #10437: ruby -c and ripper inconsistency: /*/ added
Actions