debugger: Support for assert-string
parent
6939b2ca5f
commit
aeebe0bbbe
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue