adjust tests for change to examples
label typesetting
There's now a blank line between "Examples:" and the example interaction.
This commit is contained in:
parent
50f835c4f1
commit
141d818675
|
@ -1,3 +1,4 @@
|
||||||
Example:
|
Example:
|
||||||
> #f
|
|
||||||
#f
|
> #f
|
||||||
|
#f
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Pretty-Print-Handler Bug Example
|
Pretty-Print-Handler Bug Example
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
> '((x "positional 1")
|
> '((x "positional 1")
|
||||||
(rest ("positional 2" "positional 3"))
|
(rest ("positional 2" "positional 3"))
|
||||||
(a ())
|
(a ())
|
||||||
|
|
|
@ -77,8 +77,9 @@ Blah blah `(or/c string? bytes?)`.
|
||||||
|
|
||||||
Example of Scribble `examples`:
|
Example of Scribble `examples`:
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
```racket
|
```racket
|
||||||
Examples:
|
|
||||||
> (define x 0)
|
> (define x 0)
|
||||||
|
|
||||||
> (displayln x)
|
> (displayln x)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user