зеркало из https://github.com/github/ruby.git
dsym should be treated as string [ruby-core:91852] [Bug #15670]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e4c184c6ae
Коммит
7006fdecf2
2
parse.y
2
parse.y
|
@ -3796,7 +3796,7 @@ sym : fname
|
|||
| tCVAR
|
||||
;
|
||||
|
||||
dsym : tSYMBEG xstring_contents tSTRING_END
|
||||
dsym : tSYMBEG string_contents tSTRING_END
|
||||
{
|
||||
SET_LEX_STATE(EXPR_END);
|
||||
/*%%%*/
|
||||
|
|
|
@ -132,4 +132,12 @@ eot
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
def test_dsym
|
||||
bug15670 = '[ruby-core:91852]'
|
||||
_, (_, _, s) = Ripper.sexp_raw(%q{:"sym"})
|
||||
assert_equal([:dyna_symbol, [:string_add, [:string_content], [:@tstring_content, "sym", [1, 2]]]],
|
||||
s,
|
||||
bug15670)
|
||||
end
|
||||
end if ripper_test
|
||||
|
|
Загрузка…
Ссылка в новой задаче