Skip to content

Commit 7f35d5d

Browse files
jesse-shopifyamomchilov
authored andcommitted
disable-parser-comparison on additional prism_regression tests
1 parent ccbc0a0 commit 7f35d5d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/prism_regression/block_symbol.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# typed: false
2+
# disable-parser-comparison: true
23

34
def f(x)
45
x.map(&:field)

test/prism_regression/call_forwarding_permutations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# typed: false
2+
# disable-parser-comparison: true
23

34
# This file tests combinations of block forwarding and literal blocks.
45
#

test/prism_regression/csend_brackets.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# typed: false
2+
# disable-parser-comparison: true
23

34
def f(x)
45
x&.[](0)

test/prism_regression/multiple_numbered_params.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# typed: false
2+
# disable-parser-comparison: true
23

34
def f(p)
45
RATCHET.any? { p.dir == _1 || p.dir.start_with?(_1 + "/") }

test/prism_regression/numbered_params.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# typed: false
2+
# disable-parser-comparison: true
23

34
proc { _1 + _2 }
45
proc do _1 + _2 end

0 commit comments

Comments
 (0)