Skip to content

Commit 725e3d0

Browse files
committed
Fluent and/or is supported by Prism too now
1 parent 7688628 commit 725e3d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/ruby/test_syntax.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,8 +1260,6 @@ def test_fluent_dot
12601260
end
12611261

12621262
def test_fluent_and
1263-
omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
1264-
12651263
assert_valid_syntax("a\n" "&& foo")
12661264
assert_valid_syntax("a\n" "and foo")
12671265

@@ -1285,8 +1283,6 @@ def test_fluent_and
12851283
end
12861284

12871285
def test_fluent_or
1288-
omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
1289-
12901286
assert_valid_syntax("a\n" "|| foo")
12911287
assert_valid_syntax("a\n" "or foo")
12921288

0 commit comments

Comments
 (0)