Use echo with all platforms
This commit is contained in:
parent
52085b66d6
commit
2e18228dff
@ -724,11 +724,7 @@ module Prism
|
|||||||
|
|
||||||
def test_InterpolatedXStringNode
|
def test_InterpolatedXStringNode
|
||||||
assert_prism_eval('`echo #{1}`')
|
assert_prism_eval('`echo #{1}`')
|
||||||
if /mswin|ucrt/ =~ RUBY_PLATFORM
|
assert_prism_eval('`echo #{"100"}`')
|
||||||
assert_prism_eval('`echo #{"100"}`')
|
|
||||||
else
|
|
||||||
assert_prism_eval('`printf #{"100"}`')
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_MatchLastLineNode
|
def test_MatchLastLineNode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user