Handle early wrapping in test_show_result
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 19 Sep 2020 14:29:59 +0000 (14:29 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 19 Sep 2020 14:29:59 +0000 (14:29 +0000)
When showing a Python module object, the included file path can
easily be long enough to wrap to the next line. Allow for line
breaks immediately before it in the test_show_result test where it
sometimes surfaces.


No differences found