Update test/ruby/test_compile_prism.rb
Co-authored-by: Ufuk Kayserilioglu <ufuk@paralaus.com>
This commit is contained in:
parent
84f14ff089
commit
a0a100db49
@ -600,6 +600,11 @@ module Prism
|
|||||||
|
|
||||||
("a""b""#{1}").frozen?
|
("a""b""#{1}").frozen?
|
||||||
CODE
|
CODE
|
||||||
|
assert_prism_eval(<<-CODE)
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
("a""#{1}""b").frozen?
|
||||||
|
CODE
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_InterpolatedSymbolNode
|
def test_InterpolatedSymbolNode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user