Repair test_doctest's expected-output file (Guido added some new output).
authorTim Peters <tim.peters@gmail.com>
Sun, 18 Mar 2001 20:14:25 +0000 (20:14 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 18 Mar 2001 20:14:25 +0000 (20:14 +0000)
Lib/test/output/test_doctest

index e2b13943a85b7483d184f5fa8a8a89151f963106..2a487fb8da849472667d5c8444536a46504e3139 100644 (file)
@@ -67,6 +67,7 @@ Expecting: (0, 2)
 ok
 Trying: t.summarize()
 Expecting:
+*****************************************************************
 1 items had failures:
    1 of   2 in XYZ
 ***Test Failed*** 1 failures.
@@ -76,6 +77,7 @@ Trying: t.summarize(verbose=1)
 Expecting:
 1 items passed all tests:
    2 tests in example2
+*****************************************************************
 1 items had failures:
    1 of   2 in XYZ
 4 tests in 2 items.