Project

General

Profile

Actions

Bug #2501

closed

\c before a hex or octal encoded character is no longer allowed

Added by coatl (caleb clausen) over 14 years ago. Updated about 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.1p376 (2009-12-07 revision 26040 [x86_64-linux]
Backport:
[ruby-core:27229]

Description

=begin
Ruby 1.8 used to allow this:
"\c\x33" #(0x33 is the ascii code for '3')
as meaning the same thing as this:
"\c3"
However, it now (in ruby 1.9.1) causes a syntax error. Likewise with octal escape sequences. Is this an intentional change? It seems like an unnecessary restriction.

Tested in 1.9.1; I have no 1.9.2 handy to test with.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0