From 2bdb9778ef92b22df380cec0c6e1dd3dba6476a2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 16 Dec 2015 13:57:52 -0800 Subject: [PATCH] pick up in module+ test --- pollen-lp.scrbl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pollen-lp.scrbl b/pollen-lp.scrbl index 5a9dfc3..03b469e 100644 --- a/pollen-lp.scrbl +++ b/pollen-lp.scrbl @@ -28,8 +28,7 @@ already be available. - - ] + ] @chunk[ (require @@ -254,10 +253,9 @@ incorporates everything else already in the source file. Moreover, all of our `m will be combined into a single submodule. @chunk[ -(error 'boing) (module+ test (require rackunit txexpr) ;; always include this at the start of the test submodule - + ;; We use `check-txexprs-equal?` rather than `check-equal?` because it's a little more lenient: ;; it allows the attributes of two txexprs to be in a different order, ;; yet still be considered equal (because ordering of attributes is not semantically significant).