tests/test-run-tests.t
changeset 15249 f30c0a7b8346
parent 12940 518dd70d1a6e
child 15434 5635a4017061
--- a/tests/test-run-tests.t	Thu Oct 13 17:54:37 2011 +0200
+++ b/tests/test-run-tests.t	Thu Oct 13 17:54:38 2011 +0200
@@ -16,6 +16,20 @@
   $ foo
   bar
 
+Doctest commands:
+
+  >>> print 'foo'
+  foo
+  $ echo interleaved
+  interleaved
+  >>> for c in 'xyz':
+  ...     print c
+  x
+  y
+  z
+  >>> print
+  <BLANKLINE>
+
 Regular expressions:
 
   $ echo foobarbaz