Skip to content

Commit a085f08

Browse files
committed
1 parent f1700c0 commit a085f08

18 files changed

+4787
-3101
lines changed

packages/bolt/tests/snapshots/bolt__parse_230__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
macro foo:
22
pass
3-
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 187 other tokens but got literal 'foo'.
3+
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 188 other tokens but got literal 'foo'.
44
# line 3, column 7
55
# 2 | pass
66
# 3 | as @p foo

packages/bolt/tests/snapshots/bolt__parse_305__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 204 other tokens but got literal 'foo'.
1+
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 205 other tokens but got literal 'foo'.
22
# line 1, column 11
33
# 1 | as @a run foo = "bar"
44
# : ^^^

packages/bolt/tests/snapshots/bolt__parse_352__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
macro hello thing=subcommand:
22
pass
3-
#>ERROR Expected assignment, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 206 other tokens but got literal 'print(123)'.
3+
#>ERROR Expected assignment, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 207 other tokens but got literal 'print(123)'.
44
# line 3, column 7
55
# 2 | pass
66
# 3 | hello print(123)

packages/bolt/tests/snapshots/bolt__parse_358__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 204 other tokens but got literal '"not'.
1+
#>ERROR Expected literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as', literal 'at' or 205 other tokens but got literal '"not'.
22
# line 1, column 13
33
# 1 | execute run "not docstring"
44
# : ^^^^
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected bracket '[', curly '{', docstring, ellipsis, false, identifier or 16 other tokens but reached end of file.
1+
#>ERROR Expected bracket '[', curly '{', docstring, ellipsis, false, identifier or 17 other tokens but reached end of file.
22
# line 1, column 3
33
# 1 | if
44
if

packages/bolt/tests/snapshots/bolt__parse_48__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 * 2
2-
#>ERROR Expected bracket '[', curly '{', decorator, docstring, ellipsis, false or 217 other tokens but got literal '*'.
2+
#>ERROR Expected bracket '[', curly '{', decorator, docstring, ellipsis, false or 218 other tokens but got literal '*'.
33
# line 2, column 1
44
# 1 | 1 * 2
55
# 2 | * 3

packages/bolt/tests/snapshots/bolt__parse_98__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected literal 'biome', literal 'block', literal 'blocks', literal 'data', literal 'dimension', literal 'entity' or 5 other tokens but got literal '"foo"'.
1+
#>ERROR Expected literal 'biome', literal 'block', literal 'blocks', literal 'data', literal 'dimension', literal 'entity' or 6 other tokens but got literal '"foo"'.
22
# line 1, column 10
33
# 1 | at @s if "foo" == "bar":
44
# : ^^^^^

packages/bolt/tests/snapshots/bolt__parse_99__0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 187 other tokens but got literal 'for'.
1+
#>ERROR Expected colon, literal 'advancement', literal 'align', literal 'anchored', literal 'append', literal 'as' or 188 other tokens but got literal 'for'.
22
# line 1, column 7
33
# 1 | at @s for i in "foo":
44
# : ^^^

packages/bolt/tests/snapshots/spec__prototypes__0.json

Lines changed: 486 additions & 236 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)