We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7688628 commit 725e3d0Copy full SHA for 725e3d0
test/ruby/test_syntax.rb
@@ -1260,8 +1260,6 @@ def test_fluent_dot
1260
end
1261
1262
def test_fluent_and
1263
- omit if /\+PRISM\b/ =~ RUBY_DESCRIPTION
1264
-
1265
assert_valid_syntax("a\n" "&& foo")
1266
assert_valid_syntax("a\n" "and foo")
1267
@@ -1285,8 +1283,6 @@ def test_fluent_and
1285
1283
1286
1284
1287
def test_fluent_or
1288
1289
1290
assert_valid_syntax("a\n" "|| foo")
1291
assert_valid_syntax("a\n" "or foo")
1292
0 commit comments