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)
commitba5be370d4031c5f925a33b39e5f480ef256ada3
tree024abb4d4f3bc7e61d4afeead3125eb4ef024098
parent1a4a8dcb8c9bb5aaff1d312f5b879781522fb255
Handle early wrapping in test_show_result

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.
mudpy/tests/selftest.py