Skip to content

Commit 792b24b

Browse files
committed
Regenerate fixtures for parsing AST tests
1 parent ed1f69c commit 792b24b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

spec/truffle/parsing/fixtures/hashes/with_double_splat_operator/with_double_splat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ subject: "Hash"
22
description: "Double Splat operator/there is only double splat operator (`{**{}}`)"
33
notes: >
44
A value is wrapped up in a HashCastNodeGen node
5-
focused_on_node: "org.truffleruby.core.cast.HashCastNodeGen"
5+
focused_on_node: "org.truffleruby.core.cast.HashCastNodeGen$HashCastASTNodeGen"
66
ruby: |
77
{**foo}
88
ast: |
9-
HashCastNodeGen
9+
HashCastNodeGen$HashCastASTNodeGen
1010
attributes:
1111
flags = 0
1212
children:

spec/truffle/parsing/fixtures/hashes/with_double_splat_operator/with_double_splat_and_key_value_pairs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ast: |
1313
flags = 1
1414
children:
1515
children = [
16-
HashCastNodeGen
16+
HashCastNodeGen$HashCastASTNodeGen
1717
attributes:
1818
flags = 0
1919
children:

spec/truffle/parsing/fixtures/hashes/with_double_splat_operator/with_key_value_pairs_and_double_splat_operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ast: |
2929
flags = 0
3030
value = 1
3131
]
32-
HashCastNodeGen
32+
HashCastNodeGen$HashCastASTNodeGen
3333
attributes:
3434
flags = 0
3535
children:

spec/truffle/parsing/fixtures/hashes/with_double_splat_operator/with_key_value_pairs_double_splat_operator_and_key_value_pairs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ast: |
3030
flags = 0
3131
value = 1
3232
]
33-
HashCastNodeGen
33+
HashCastNodeGen$HashCastASTNodeGen
3434
attributes:
3535
flags = 0
3636
children:

spec/truffle/parsing/fixtures/method_calls/arguments/with_double_splat_operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ast: |
2323
ruby2KeywordsHashProfile = false
2424
children:
2525
arguments = [
26-
HashCastNodeGen
26+
HashCastNodeGen$HashCastASTNodeGen
2727
attributes:
2828
flags = 0
2929
children:

spec/truffle/parsing/fixtures/yield/with_only_double_splat_operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ast: |
7373
ruby2KeywordsHashProfile = false
7474
children:
7575
arguments = [
76-
HashCastNodeGen
76+
HashCastNodeGen$HashCastASTNodeGen
7777
attributes:
7878
flags = 0
7979
children:

0 commit comments

Comments
 (0)