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

Closes PR 12225
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]
}|