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 Mon May 25 14:35:15 UTC 2026.