-
-
Notifications
You must be signed in to change notification settings - Fork 953
Commit e5a2db5
committed
Test
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.)ConfigParser
with whitespace outside the value1 parent 2e0d835 commit e5a2db5
File tree
4 files changed
+13
-1
lines changed- test
- fixtures
4 files changed
+13
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + |
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 | + | ||
402 | + | ||
403 | + | ||
404 | + | ||
401 | 405 |
| |
402 | 406 |
| |
403 | 407 |
| |
| |||
413 | 417 |
| |
414 | 418 |
| |
415 | 419 |
| |
416 | - | ||
420 | + | ||
417 | 421 |
| |
418 | 422 |
| |
423 | + | ||
424 | + | ||
425 | + | ||
426 | + | ||
419 | 427 |
| |
420 | 428 |
| |
421 | 429 |
| |
|
0 commit comments