Correction to bug 8797
svn: r6839
This commit is contained in:
parent
d48873795e
commit
983ee966da
|
@ -426,7 +426,14 @@
|
|||
(cond
|
||||
[(null? corrects)
|
||||
(fail-res input
|
||||
(make-choice-fail (rank-choice (map fail-type-chance fails)) #f name
|
||||
(make-choice-fail (rank-choice (map fail-type-chance fails))
|
||||
(if (or (null? input)
|
||||
(not (position-token? (car input))))
|
||||
last-src
|
||||
(update-src-end
|
||||
last-src
|
||||
(position-token-end-pos (car input))))
|
||||
name
|
||||
(rank-choice (map fail-type-used fails))
|
||||
(rank-choice (map fail-type-may-use fails))
|
||||
num-choices choice-names fails))]
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
(instanceof "instancef" "instanceo" "intsanceof")
|
||||
(if "fi")
|
||||
(else "lse" "ese" "els" "eles")
|
||||
(return "eturn" "rturn" "reurn" "retrn" "retun" "retur" "reutrn" "retrun" "returns")
|
||||
(return "eturn" "rturn" "reurn" "retrn" "retun" "retur" "reutrn" "retrun" "returns" "raturn")
|
||||
(true "rue" "tue" "tre" "tru" "ture" "treu")
|
||||
(false "flse" "fase" "fale" "fals" "flase" "fasle")
|
||||
(interface
|
||||
|
|
Loading…
Reference in New Issue
Block a user