commit 141d818675a37ac2a38eb1092a6e08a14c0ecc31 parent 50f835c4f1473eba1e8e342c27711ba51d0eaef7 Author: Matthew Flatt <mflatt@racket-lang.org> Date: Sat, 12 Dec 2015 16:45:51 -0700 adjust tests for change to `examples` label typesetting There's now a blank line between "Examples:" and the example interaction. Diffstat:
| M | scribble-test/tests/scribble/docs/eval-false.txt | | | 5 | +++-- |
| M | scribble-test/tests/scribble/docs/print-lines.txt | | | 3 | ++- |
| M | scribble-test/tests/scribble/markdown-docs/example.md | | | 3 | ++- |
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/scribble-test/tests/scribble/docs/eval-false.txt b/scribble-test/tests/scribble/docs/eval-false.txt @@ -1,3 +1,4 @@ Example: - > #f - #f + + > #f + #f diff --git a/scribble-test/tests/scribble/docs/print-lines.txt b/scribble-test/tests/scribble/docs/print-lines.txt @@ -1,6 +1,7 @@ Pretty-Print-Handler Bug Example -Example: +Example: + > '((x "positional 1") (rest ("positional 2" "positional 3")) (a ()) diff --git a/scribble-test/tests/scribble/markdown-docs/example.md b/scribble-test/tests/scribble/markdown-docs/example.md @@ -77,8 +77,9 @@ Blah blah `(or/c string? bytes?)`. Example of Scribble `examples`: +Examples: + ```racket -Examples: > (define x 0) > (displayln x)