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
Test ConfigParser with whitespace outside the value
In both the:
- Unquoted case, where extra whitespace is at the edges of what can
be parsed as the value.
- Quoted case, where extra whitespace is next to but outside of the
quotes.
The case where the whitespace is at the edges of the quoted value
and *inside* the quotes, and thus part of the value, is already
covered in #2036. (That is merely renamed here, to distinguish it.)
0 commit comments