Update txexpr.scrbl

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

@ -610,9 +610,9 @@ with @racket[(syntax->datum (datum->syntax #f v))].
(stx-txexpr-tag? #'analogous)
(stx-txexpr-attrs? '())
(stx-txexpr-attrs? #'())
(stx-txexpr-attrs? '((id "top") (stlye "color: blue")))
(stx-txexpr-attrs? #'((id "top") (stlye "color: blue")))
(stx-txexpr-attrs? `((id "top") (stlye ,#'"color: blue")))
(stx-txexpr-attrs? '((id "top") (style "color: blue")))
(stx-txexpr-attrs? #'((id "top") (style "color: blue")))
(stx-txexpr-attrs? `((id "top") (style ,#'"color: blue")))
]}
@deftogether[[

Loading…
Cancel
Save