diff options
Diffstat (limited to 'Lib/test/output/test_cfgparser')
-rw-r--r-- | Lib/test/output/test_cfgparser | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser index 2849905..8d06816 100644 --- a/Lib/test/output/test_cfgparser +++ b/Lib/test/output/test_cfgparser @@ -24,18 +24,18 @@ Value interpolation too deeply recursive: Testing for parsing errors... Caught expected exception: File contains parsing errors: <???> - [line 2]: ' extra-spaces: splat\012' + [line 2]: ' extra-spaces: splat\n' Caught expected exception: File contains parsing errors: <???> - [line 2]: ' extra-spaces= splat\012' + [line 2]: ' extra-spaces= splat\n' Caught expected exception: File contains parsing errors: <???> - [line 2]: 'option-without-value\012' + [line 2]: 'option-without-value\n' Caught expected exception: File contains parsing errors: <???> - [line 2]: ':value-without-option-name\012' + [line 2]: ':value-without-option-name\n' Caught expected exception: File contains parsing errors: <???> - [line 2]: '=value-without-option-name\012' + [line 2]: '=value-without-option-name\n' Caught expected exception: File contains no section headers. file: <???>, line: 1 -'No Section!\012' +'No Section!\n' Testing query interface... [] |