Unit Test Without Phi

Unit test must have @ attribute.

Incorrect:

# Foo.
[] > foo
  # Unit test.
  [] +> works-dummy
    true > i

Correct:

# Foo.
[] > foo
  # Unit test.
  [] +> works-dummy
    true > @

Published on Sun Jun 22 07:53:06 UTC 2025.