Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. FAIL in (pprint-table-tests) (at <anonymous> (builds/out-adv/core-advanced-test.js:NaN:1158)
  2. expected: (clojure.core/= (with-out-str (print-table [:a :e :d :c] [{:a 5.470000000000001e+21, :b {:a (quote is-a)}, :c ["hi" "there"]} {:b 5, :a -23, :c "dog", :d (quote panda)}])) "\n| :a | :e | :d | :c |\n|----------+----+-------+----------------|\n| 5.47e+21 | | | [\"hi\" \"there\"] |\n| -23 | | panda | dog |\n")
  3. actual: (not (clojure.core/= "\n| :a | :e | :d | :c |\n|-----------------------+----+-------+----------------|\n| 5.470000000000001e+21 | | | [\"hi\" \"there\"] |\n| -23 | | panda | dog |\n" "\n| :a | :e | :d | :c |\n|----------+----+-------+----------------|\n| 5.47e+21 | | | [\"hi\" \"there\"] |\n| -23 | | panda | dog |\n"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement