Skip to content

Commit 72fd363

Browse files
committed
[GR-45043] Update Prism to v1.1.0
PullRequest: truffleruby/4370
2 parents dbd5621 + f0370c2 commit 72fd363

26 files changed

+1697
-919
lines changed

spec/truffle/parsing/fixtures/operators/||=/reference_assignment_with_splatted_argument.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
subject: "||="
2-
description: "Assign an element referenced with splatted argument (a[*b] &&= c)"
2+
description: "Assign an element referenced with splatted argument (a[*b] ||= c)"
33
notes: >
44
Splatting should be specified explicitly for `[]` and `[]=` method calls.
55

0 commit comments

Comments
 (0)