mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
integrated improvements from 1.3.4 (NumberFormatter::append(), DateTimeFormatter::append()
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// PropertyFileConfigurationTest.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Util/testsuite/src/PropertyFileConfigurationTest.cpp#1 $
|
||||
// $Id: //poco/Main/Util/testsuite/src/PropertyFileConfigurationTest.cpp#6 $
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
// and Contributors.
|
||||
@@ -66,8 +66,8 @@ void PropertyFileConfigurationTest::testLoad()
|
||||
"prop3.prop31: value3\n"
|
||||
"# comment\n"
|
||||
" prop3.prop32: value 4\n"
|
||||
"prop3.prop33: value5, value6,\\\n"
|
||||
"value7, value8,\\\r\n"
|
||||
"prop3.prop33: value5, value6, \\\n"
|
||||
"value7, value8, \\\r\n"
|
||||
"value9\n"
|
||||
"prop4 = escaped[\\t\\r\\n\\f]\n"
|
||||
"#prop4 = foo\n"
|
||||
|
||||
Reference in New Issue
Block a user