mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
e888960370
Including these in pkg/arvo has caused many minor problems over the years. We don't want to include them in releases, but this often meant excluding them manually, which was error-prone. Here, we move them out of /pkg/arvo/tests and into /tests. CI will have to be updated to match, since we'll still want to include tests there.
14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
:: list addressing bugs: &33:~ bails out
|
|
::
|
|
/+ *test
|
|
|%
|
|
::
|
|
++ test-addr-no-hang
|
|
%- expect-fail
|
|
|. &33:~[[%leaf p="syntax error"] [%leaf p="\{1 11}"]]
|
|
::
|
|
++ test-addr-no-bail
|
|
%- expect-fail
|
|
|. &33:~
|
|
--
|