Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 19, 2024
1 parent 4450138 commit 131f616
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tests/snapshots/parse__command_examples__0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2930,7 +2930,7 @@
<class 'mecha.ast.AstCommand'>
location: SourceLocation(pos=3022, lineno=64, colno=1)
end_location: SourceLocation(pos=3051, lineno=64, colno=30)
identifier: 'experience:query:targets:levels'
identifier: 'experience:query:target:levels'
arguments:
<class 'mecha.ast.AstPlayerName'>
location: SourceLocation(pos=3039, lineno=64, colno=18)
Expand Down
40 changes: 24 additions & 16 deletions tests/snapshots/spec__prototypes__0.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,14 @@
"execute:unless:score:target:targetObjective:>=:source:sourceObjective:subcommand",
"execute:unless:score:target:targetObjective:matches:range",
"execute:unless:score:target:targetObjective:matches:range:subcommand",
"experience:add:targets:amount",
"experience:add:targets:amount:levels",
"experience:add:targets:amount:points",
"experience:query:targets:levels",
"experience:query:targets:points",
"experience:set:targets:amount",
"experience:set:targets:amount:levels",
"experience:set:targets:amount:points",
"experience:add:target:amount",
"experience:add:target:amount:levels",
"experience:add:target:amount:points",
"experience:query:target:levels",
"experience:query:target:points",
"experience:set:target:amount",
"experience:set:target:amount:levels",
"experience:set:target:amount:points",
"fill:from:to:block",
"fill:from:to:block:destroy",
"fill:from:to:block:hollow",
Expand Down Expand Up @@ -633,6 +633,8 @@
"gamerule:commandModificationBlockLimit:value",
"gamerule:disableElytraMovementCheck",
"gamerule:disableElytraMovementCheck:value",
"gamerule:disablePlayerMovementCheck",
"gamerule:disablePlayerMovementCheck:value",
"gamerule:disableRaids",
"gamerule:disableRaids:value",
"gamerule:doDaylightCycle",
Expand Down Expand Up @@ -689,6 +691,8 @@
"gamerule:maxCommandForkCount:value",
"gamerule:maxEntityCramming",
"gamerule:maxEntityCramming:value",
"gamerule:minecartMaxSpeed",
"gamerule:minecartMaxSpeed:value",
"gamerule:mobExplosionDropDecay",
"gamerule:mobExplosionDropDecay:value",
"gamerule:mobGriefing",
Expand Down Expand Up @@ -937,6 +941,10 @@
"return:value",
"ride:target:dismount",
"ride:target:mount:vehicle",
"rotate:target:facing:entity:facingEntity",
"rotate:target:facing:entity:facingEntity:facingAnchor",
"rotate:target:facing:facingLocation",
"rotate:target:rotation",
"save-all",
"save-all:flush",
"save-off",
Expand Down Expand Up @@ -1123,12 +1131,12 @@
"worldborder:set:distance:time",
"worldborder:warning:distance:distance",
"worldborder:warning:time:time",
"xp:add:targets:amount",
"xp:add:targets:amount:levels",
"xp:add:targets:amount:points",
"xp:query:targets:levels",
"xp:query:targets:points",
"xp:set:targets:amount",
"xp:set:targets:amount:levels",
"xp:set:targets:amount:points"
"xp:add:target:amount",
"xp:add:target:amount:levels",
"xp:add:target:amount:points",
"xp:query:target:levels",
"xp:query:target:points",
"xp:set:target:amount",
"xp:set:target:amount:levels",
"xp:set:target:amount:points"
]

0 comments on commit 131f616

Please sign in to comment.