You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make EncodingTester usable in testing parsed state
This change updates EncodingTester to make it test the result for cases
when the expected character encoding is not limited to what can be
determined by checking only the first 1024 bytes of the input stream.
Otherwise, without this change, EncodingTester is limited to only being
useful for testing the output of the meta prescan.
0 commit comments