debugger: Support for assert-string

modern-harvey2
Doug Coleman 2017-09-16 16:50:17 -05:00
parent 6939b2ca5f
commit aeebe0bbbe
1 changed files with 6 additions and 0 deletions

View File

@ -256,6 +256,12 @@ M: assert-sequence error.
[ "=== Got:" print got>> stack. ] bi [ "=== Got:" print got>> stack. ] bi
] tabular-output ; ] tabular-output ;
M: assert-string error.
standard-table-style [
[ "=== Expected:" print expected>> . ]
[ "=== Got:" print got>> . ] bi
] tabular-output ;
M: immutable summary drop "Sequence is immutable" ; M: immutable summary drop "Sequence is immutable" ;
M: redefine-error error. M: redefine-error error.