Project

General

Profile

Actions

Bug #20986

closed

Bug in Prism parser with `?\C`

Added by tenderlovemaking (Aaron Patterson) 9 days ago. Updated 9 days ago.

Status:
Closed
Assignee:
Target version:
-
[ruby-core:120423]

Description

Prism output is this:

$ ./miniruby -e 'p ?\C-\]'
"]"

Parse.y output is this:

$ ./miniruby --parser=parse.y -e 'p ?\C-\]'
"\u001D"
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0