bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959)
Previously it tested that that the actual output contains every non-whitespace character from the expected output (ignoring order and repetitions). Now it will test that the actual output contains the same lines as the expected output, in the same order, ignoring indentation and empty lines.
S
Serhiy Storchaka committed
a5d246066b5352a7d72e70ec0acb643e7c0861fa
Parent: 3011a09
Committed by GitHub <noreply@github.com>
on 3/17/2022, 4:32:53 PM