fukamachi / prove

Yet another unit testing framework for Common Lisp
218 stars 23 forks source link

Double-spaced test output #48

Open lispingit opened 7 years ago

lispingit commented 7 years ago

Prior to a525f8c, test output looked like

  ✓ Test 1
  ✓ Test 2
  ✓ Test 3

Now, it looks like

  ✓ Test 1

  ✓ Test 2

  ✓ Test 3

Is this intentional? It seems like a waste of space.