We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d20cb commit 88e30a5Copy full SHA for 88e30a5
src/town/lilac/humble/app/gui_2.clj
@@ -57,7 +57,7 @@
57
(wrapped-parse-float nil) ;; => 0.0
58
(wrapped-parse-float "") ;; => 0.0
59
(wrapped-parse-float "4.0") ;; => 4.0
60
- (wrapped-parse-float "abc") ;; => 4.0
+ (wrapped-parse-float "abc") ;; => 0.0
61
0)
62
63
0 commit comments