Rename project

This commit is contained in:
2025-07-06 21:39:11 -07:00
parent e560ce88b6
commit 10307f3861
8 changed files with 16 additions and 16 deletions
@@ -0,0 +1,93 @@
---
source: src/labels/process.rs
expression: "messages.join(\"\\n\\n\")"
---
warning: trailing characters at end of line
=> test.zzt -> Title screen -> @Trailing (1,1) -> line 2:5
|
1 | @Trailing
2 | #end trailing text
| ^^^^^^^^^^^^^^
error: backward reference needs an anonymous label
=> test.zzt -> Title screen -> @Invalid anon (1,1) -> line 2:7
|
1 | @Invalid anon
2 | #send @b
| ^^
3 | :@
4 | #send @f
|
error: forward reference needs an anonymous label
=> test.zzt -> Title screen -> @Invalid anon (1,1) -> line 4:7
|
1 | @Invalid anon
2 | #send @b
3 | :@
4 | #send @f
| ^^
error: forward reference needs an anonymous label
=> test.zzt -> Title screen -> @Errors in sorted order (1,1) -> line 2:7
|
1 | @Errors in sorted order
2 | #send @f
| ^^
3 | #send @b
|
error: backward reference needs an anonymous label
=> test.zzt -> Title screen -> @Errors in sorted order (1,1) -> line 3:7
|
1 | @Errors in sorted order
2 | #send @f
3 | #send @b
| ^^
error: message targets not allowed for anonymous labels
=> test.zzt -> Title screen -> @Disallowed targets (1,1) -> line 3:2
|
1 | @Disallowed targets
2 | :@
3 | #self:@b
| ^^^^
4 | #others:@f
5 | #all:.local
6 | :@
|
error: message targets not allowed for anonymous labels
=> test.zzt -> Title screen -> @Disallowed targets (1,1) -> line 4:2
|
1 | @Disallowed targets
2 | :@
3 | #self:@b
4 | #others:@f
| ^^^^^^
5 | #all:.local
6 | :@
7 | :.local
|
error: message targets not supported for local labels
=> test.zzt -> Title screen -> @Disallowed targets (1,1) -> line 5:2
|
2 | :@
3 | #self:@b
4 | #others:@f
5 | #all:.local
| ^^^
6 | :@
7 | :.local
|
error: local labels with section names not supported
=> test.zzt -> Title screen -> @Locals with section names (1,1) -> line 3:2
|
1 | @Locals with section names
2 | :touch
3 | #touch.skip
| ^^^^^^^^^^
4 | :.skip
|