hyper-literate/scribble-test/tests/scribble/docs/print-lines.txt
Matthew Flatt 141d818675 adjust tests for change to examples label typesetting
There's now a blank line between "Examples:" and the example
interaction.
2015-12-12 16:50:46 -07:00

19 lines
999 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Pretty-Print-Handler Bug Example
Example:
> '((x "positional 1")
      (rest ("positional 2" "positional 3"))
      (a ())
      (b ("b-arg"))
      (c (("first c1" "second c1") ("first c2" "second c2")))
      (d #f)
      (e ()))
'((x "positional 1")
  (rest ("positional 2" "positional 3"))
  (a ())
  (b ("b-arg"))
  (c (("first c1" "second c1") ("first c2" "second c2")))
  (d #f)
  (e ()))