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:
Matthew Flatt 2015-12-12 16:45:51 -07:00
parent 50f835c4f1
commit 141d818675
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,4 @@
Example: Example:
> #f
#f > #f
#f

View File

@ -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 ())

View File

@ -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)