mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +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
|
||
|
--
|