Skip to content

Commit 183f7d0

Browse files
Update test_inifile.cpp
1 parent 766292b commit 183f7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_inifile.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,9 @@ TEST_CASE("when multi-line values are enabled, write newlines as multi-line valu
684684

685685
std::string str = inif.encode();
686686

687-
REQUIRE(str == "\n[Foo]\n"
687+
REQUIRE(str == "[Foo]\n"
688688
"bar=Hello\n"
689-
"\tworld!\n");
689+
"\tworld!\n\n");
690690
}
691691

692692
TEST_CASE("stringInsensitiveLess operator() returns true if and only if first parameter is less than the second "

0 commit comments

Comments
 (0)