Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 17d77cb

Browse files
Update ReportedIssues.cs
make tests "Comma_In_String_Does_Not_Cause_NewLine()" and "Literal_Quote_In_String_Does_Not_Ignore_Comma()" cross-platform
1 parent ea10ce9 commit 17d77cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ServiceStack.Text.Tests/ReportedIssues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public class TextTags
203203
[Test]
204204
public void Can_serialize_sweedish_chars()
205205
{
206-
var dto = new TextTags { Text = "Olle �r en �L �l", Tags = new[] { "�l", "�l", "m�l" } };
206+
var dto = new TextTags { Text = "Olle är en ÖL ål", Tags = new[] { "öl", "ål", "mål" } };
207207
Serialize(dto);
208208
}
209209

0 commit comments

Comments
 (0)