bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

"This shouldn't work" testing example on addition #49

Closed ricardojmendez closed 8 years ago

ricardojmendez commented 8 years ago

On the test demos, the following example is used repeatedly:

(is (= (+ 1 0 0 0) 1) "This shouldn't work")

Maybe I'm missing something and it's an example of what should work, but why the label, and why is it used under "bad stuff" too?

bhauman commented 8 years ago

The wording is arbitrary, I'm sorry for the confusion. I will happily take a PR for any changes.

ricardojmendez commented 8 years ago

I solved this on pull request #55