Skip to content

Commit 95e2484

Browse files
committed
Update whitequark tests
1 parent 21d314e commit 95e2484

File tree

6 files changed

+207
-442
lines changed

6 files changed

+207
-442
lines changed

β€Žrakelib/whitequark.rakeβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ namespace :whitequark do
9292
test/prism/fixtures/whitequark/class_definition_in_while_cond.txt
9393
test/prism/fixtures/whitequark/control_meta_escape_chars_in_regexp__since_31.txt
9494
test/prism/fixtures/whitequark/if_while_after_class__since_32.txt
95-
test/prism/fixtures/whitequark/method_definition_in_while_cond.txt
9695
test/prism/fixtures/whitequark/next_block.txt
9796
test/prism/fixtures/whitequark/next.txt
9897
test/prism/fixtures/whitequark/pattern_match.txt
@@ -111,5 +110,6 @@ namespace :whitequark do
111110
task :clean do
112111
rm_rf "tmp/whitequark"
113112
rm_rf "test/prism/fixtures/whitequark"
113+
rm_rf "test/prism/snapshots/whitequark"
114114
end
115115
end
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
while def foo a = tap do end; end; break; end
2+
3+
while def foo; tap do end; end; break; end
4+
5+
while def self.foo a = tap do end; end; break; end
6+
7+
while def self.foo; tap do end; end; break; end

β€Žtest/prism/snapshots/whitequark/args_assocs.txtβ€Ž

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)