Unit test without phi
Unit tests must have a @ attribute.
Incorrect:
# Foo.
[] > foo
# Unit test.
[] +> works-dummy
true > i
Correct:
# Foo.
[] > foo
# Unit test.
[] +> works-dummy
true > @
Published on Fri Oct 10 22:54:12 UTC 2025.