Skip to content

Commit

Permalink
add "5" to the default list again
Browse files Browse the repository at this point in the history
Matches pre-PR behavior more closely.
  • Loading branch information
towerofnix committed Jul 9, 2024
1 parent 8d8cf5a commit c59362e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/__tests__/__snapshots__/compilesb3.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class Stage extends StageBase {
this.vars.myVariable = 0;
this.vars.CloudVar = 20.1;
this.vars.testList = [];
this.vars.testList = [5];
this.watchers.myVariable = new Watcher({
label: "my variable",
Expand Down Expand Up @@ -2766,7 +2766,9 @@ exports[`sb3 -> sb3 1`] = `
"lists": {
"t#?\`dQ/p.7uf$qs[|gRQ": [
"test list",
[],
[
"5",
],
],
},
"name": "Stage",
Expand Down
Binary file modified src/__tests__/test.sb3
Binary file not shown.

0 comments on commit c59362e

Please sign in to comment.