Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerover98 committed Dec 31, 2023
1 parent 7365eb8 commit e1ad717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void shouldWriteMultipleLines() throws IOException {

// set a multiple-line strings
configurationData.setValue(l1Property, "First row\nSecond row");
configurationData.setValue(l2Property, "First row\r\b\f\nSecond row ");
configurationData.setValue(l2Property, "First row\r\nSecond row ");
configurationData.setValue(l3Property, "First text Second text");
configurationData.setValue(l4Property, "[{\r\nenabled : true \r\n}]");

Expand Down

0 comments on commit e1ad717

Please sign in to comment.