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

7 lines
149 B
Racket

#lang scribble/base
@; Check that a macro-introduced `include-section' works:
@(define-syntax-rule (inc) (include-section "diamond.scrbl"))
@(inc)