mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Fluent and/or is supported by Prism too now
This commit is contained in:
parent
7688628684
commit
725e3d0aa7
@ -1260,8 +1260,6 @@ eom
|
||||
end
|
||||
|
||||
def test_fluent_and
|
||||
omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
|
||||
|
||||
assert_valid_syntax("a\n" "&& foo")
|
||||
assert_valid_syntax("a\n" "and foo")
|
||||
|
||||
@ -1285,8 +1283,6 @@ eom
|
||||
end
|
||||
|
||||
def test_fluent_or
|
||||
omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
|
||||
|
||||
assert_valid_syntax("a\n" "|| foo")
|
||||
assert_valid_syntax("a\n" "or foo")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user