From 571472041efa7abd8bf1100d9c2229faa2b0a6c5 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Thu, 10 Jan 2019 11:20:50 +0000 Subject: [PATCH] bpo-24746: Fix doctest failures when running the testsuite with -R --- Lib/test/test_doctest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index c40c389268731c..f1013f25725964 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -2451,8 +2451,7 @@ def test_unittest_reportflags(): Then the default eporting options are ignored: >>> result = suite.run(unittest.TestResult()) - """ - """ + *NOTE*: These doctest are intentionally not placed in raw string to depict the trailing whitespace using `\x20` in the diff below.