Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just a simple syntatic transformation to make test forms more readable: Before: (should (string= (lispyville-with "((\n ~|(a b)))" "D") "|(())")) After: (lispyville-should ("D") "((\n ~|(a b)))" "|(())")
- Loading branch information