Files
marzipan/src/labels/snapshots/marzipan__labels__parse__test__label_detection.snap
T
2025-07-06 22:02:11 -07:00

27 lines
362 B
Plaintext

---
source: src/labels/parse.rs
expression: result
---
'
'Find all the labels and their references
'
'Examples of labels
:(foo)
:(namespace~foo)
:(.local)
:(@)
'
'Test sends
#send [foo]
#send [self:foo]
#[self:foo]
#[@b]
#[.local]
#[foo.local]
'
'Test conditional sends
#if blocked n #send [foo]
#if blocked s #[foo]
#if blocked e send [foo]
#if blocked w [foo]