mirror of
https://github.com/urbit/shrub.git
synced 2024-11-27 18:34:48 +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.
29 lines
527 B
Plaintext
29 lines
527 B
Plaintext
:: tests for |title
|
|
::
|
|
/+ *test
|
|
=, title
|
|
|%
|
|
++ test-cite
|
|
;: weld
|
|
%+ expect-eq
|
|
!> "~zod^"
|
|
!> (cite ~dister-dozzod-dozzod)
|
|
::
|
|
%+ expect-eq
|
|
!> "~marzod^"
|
|
!> (cite ~dister-dozzod-marzod)
|
|
::
|
|
%+ expect-eq
|
|
!> "~palfun^foslup"
|
|
!> (cite ~littel-palfun-foslup)
|
|
::
|
|
%+ expect-eq
|
|
!> "~palfun^foslup"
|
|
!> (cite ~littel-bittel-palfun-foslup)
|
|
::
|
|
%+ expect-eq
|
|
!> "~sampel_sampel"
|
|
!> (cite ~sampel--dozzod-dozzod-dozzod-sampel)
|
|
==
|
|
--
|