mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 12:43:31 +03:00
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
/+ *test
|
|
::
|
|
/= app /: /===/app/dns
|
|
/!noun/
|
|
::
|
|
|%
|
|
:: tests that :dns preps without moves
|
|
::
|
|
++ test-prep
|
|
=^ moves app (~(prep app *bowl:gall *state:app) ~)
|
|
%+ expect-eq
|
|
!> *(list move:app)
|
|
!> moves
|
|
--
|