stack-checker.errors.prettyprint: refer to unbalanced-branches quotation in singular when there's only one
parent
c186b54449
commit
bcf6d83a8f
|
@ -55,8 +55,10 @@ M: do-not-compile summary
|
||||||
word>> name>> "Cannot compile call to “" "”" surround ;
|
word>> name>> "Cannot compile call to “" "”" surround ;
|
||||||
|
|
||||||
M: unbalanced-branches-error summary
|
M: unbalanced-branches-error summary
|
||||||
word>> name>>
|
[ word>> name>> ] [ quots>> length 1 = ] bi
|
||||||
"The input quotations to “" "” don't match their expected effects" surround ;
|
[ "The input quotation to “" "” doesn't match its expected effect" ]
|
||||||
|
[ "The input quotations to “" "” don't match their expected effects" ] if
|
||||||
|
surround ;
|
||||||
|
|
||||||
M: unbalanced-branches-error error.
|
M: unbalanced-branches-error error.
|
||||||
dup summary print
|
dup summary print
|
||||||
|
|
Loading…
Reference in New Issue