hyper-literate/scribble-test/tests/scribble/docs/read-alts.scrbl
2014-12-02 00:54:52 -05:00

14 lines
311 B
Racket

#lang scribble/manual
@(require scribble/manual)
@; test that various alternatives in reader syntax get
@; turned into the right things when rendered
@racketblock[#t
#true
#f
#false
(a . < . b)
(< a b)
"abcdef"
([{}])]