Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Added tests for printing behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
EuAndreh committed Jun 8, 2015
1 parent 6c4f360 commit d7610a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/cl-bson.lisp
Expand Up @@ -384,6 +384,9 @@
(is-print (princ #d())
"#d()"
"#d() prints like #d().")
(is-print (princ #d("1" "2" "3" "4"))
"#d(1 2 3 4)"
"#d(\"1\" \"2\" \"3\" \"4\") prints correctly.")
(is-expand #d()
(LET ()
(LET (($DOCUMENT (MAKE-INSTANCE '<DOCUMENT>)))
Expand Down

0 comments on commit d7610a2

Please sign in to comment.