Update test-txexpr-stx.rkt

pull/5/head
Matthew Butterick 6 years ago committed by GitHub
parent d13d240d70
commit 4f2b1386e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,9 +49,9 @@
(check-pred stx-txexpr-attrs? '())
(check-pred stx-txexpr-attrs? #'())
(check-pred stx-txexpr-attrs? '((id "top") (stlye "color: blue")))
(check-pred stx-txexpr-attrs? #'((id "top") (stlye "color: blue")))
(check-pred stx-txexpr-attrs? `((id "top") (stlye ,#'"color: blue")))
(check-pred stx-txexpr-attrs? '((id "top") (style "color: blue")))
(check-pred stx-txexpr-attrs? #'((id "top") (style "color: blue")))
(check-pred stx-txexpr-attrs? `((id "top") (style ,#'"color: blue")))
;; ---------------------------------------------------------

Loading…
Cancel
Save