Fix a few typos in the tests. Thanks again, @olasd

This commit is contained in:
Paul Tagliamonte 2014-01-10 22:31:00 -05:00
parent 0f74b1ddf3
commit 110476901c

View File

@ -41,7 +41,7 @@
(assert (= count 150)))
(defn test-nasty-nesting []
(defn test-nasty-for-nesting []
"NATIVE: test nesting for loops harder"
;; This test and feature is dedicated to @nedbat.
@ -65,7 +65,7 @@
(else (throw Exception)))
;; OK. This next test will ensure that the else is hooked up to the
;; "outter" iteration
;; "outer" iteration
(for [x (range 2)
y (range 2)]
(if (= x 1) (break))