From 725e3d0aa7ffe47765a973904b72eac65763834b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 8 Jan 2026 12:26:27 +0900 Subject: Fluent and/or is supported by Prism too now --- test/ruby/test_syntax.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb index 94a2e03940..585e691765 100644 --- a/test/ruby/test_syntax.rb +++ b/test/ruby/test_syntax.rb @@ -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") -- cgit v1.2.3