tests: update format tests to account for #4677

It had changed ship encoding to fit into a json %n, but hadn't updated the
tests to reflect this.
This commit is contained in:
fang 2021-04-26 19:40:26 +02:00 committed by GitHub
parent 0a71b75550
commit d95696f29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,7 @@
:: ship - store ship identity as a string :: ship - store ship identity as a string
:: ::
%+ expect-eq %+ expect-eq
!> [%s 'zod'] !> [%n '"zod"']
!> (ship ~zod) !> (ship ~zod)
== ==
:: dejs - recursive processing of `json` values :: dejs - recursive processing of `json` values