Norwegain Characters are not handled
Brought to you by:
isidore_usa
The diff reporter reports changes on every run for this test:
[Test]
[UseReporter(typeof(DiffReporter))]
public void StringTestNorwegianLetters()
{
const string text = "æøåÆØÅ";
Approvals.Verify(text);
}
While this test is OK:
[Test]
[UseReporter(typeof(DiffReporter))]
public void StringTest()
{
const string text = "abc";
Approvals.Verify(text);
}
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"