Handbook
Glossary
assert-sequence ( got expected -- * )
Vocabulary
sequences
Definition
IN:
sequences
ERROR:
assert-sequence
got expected
;
Methods
USING:
accessors
debugger
io
io.styles
kernel
prettyprint
sequences
;
M:
assert-sequence
error.
standard-table-style
[
[
"=== Expected:"
print
expected>>
stack.
]
[
"=== Got:"
print
got>>
stack.
]
bi
]
tabular-output
;
USING:
kernel
sequences
summary
;
M:
assert-sequence
summary
drop
"Assertion failed"
;