mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
Merge branch 'release/next-vere' into na-release/next-vere
* release/next-vere: nix: run tests against the latest arvo source test: fixes +to-wain (no more trailing empty lines) pill: solid
This commit is contained in:
commit
6664f71805
@ -134,6 +134,7 @@ let
|
|||||||
urbit-debug = urbit.override { enableDebug = true; };
|
urbit-debug = urbit.override { enableDebug = true; };
|
||||||
urbit-tests = libLocal.testFakeShip {
|
urbit-tests = libLocal.testFakeShip {
|
||||||
inherit herb;
|
inherit herb;
|
||||||
|
inherit arvo;
|
||||||
|
|
||||||
urbit = urbit-debug;
|
urbit = urbit-debug;
|
||||||
pill = solid.lfs;
|
pill = solid.lfs;
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
:: empty string works fine
|
:: empty string works fine
|
||||||
::
|
::
|
||||||
%+ expect-eq
|
%+ expect-eq
|
||||||
!> ~['']
|
!> ~
|
||||||
!> (to-wain '')
|
!> (to-wain '')
|
||||||
:: leading/trailing/consecutive newlines all work fine
|
:: leading/trailing/consecutive newlines all work fine
|
||||||
::
|
::
|
||||||
%+ expect-eq
|
%+ expect-eq
|
||||||
!> ~['' 'hi' '' '' 'there' '']
|
!> ~['' 'hi' '' '' 'there']
|
||||||
!> (to-wain '\0ahi\0a\0a\0athere\0a')
|
!> (to-wain '\0ahi\0a\0a\0athere\0a')
|
||||||
==
|
==
|
||||||
:: join a list of lines (cords) into a single cord
|
:: join a list of lines (cords) into a single cord
|
||||||
|
Loading…
Reference in New Issue
Block a user