scribble-enhanced/collects/tests/scribble/docs/codeblock-utf8.scrbl
Matthew Flatt 44a9f835da switch `codeblock' to strings instead of bytes
Also, fix scribble lexer line counting.

Closes PR 12225

original commit: fca5ceecc97dfff28ae52bb404a8761426f64145
2011-11-27 11:06:21 -07:00

13 lines
163 B
Racket

#lang scribble/base
@(require scribble/manual)
@defmodulereader[scribble/manual]
@codeblock|{
#lang scribble/manual
(λ x x)
@interaction[1
42]
}|