Fixed NoGC appender unittest.
This commit is contained in:
parent
31acd6aead
commit
38143a2c64
|
@ -222,7 +222,7 @@ unittest
|
||||||
appender.put("found unsupported escape character: ");
|
appender.put("found unsupported escape character: ");
|
||||||
appender.putDChar('a');
|
appender.putDChar('a');
|
||||||
appender.putDChar('á');
|
appender.putDChar('á');
|
||||||
assert(appender.data == "found unsupported escape character: 'a''á'");
|
assert(appender.data == "found unsupported escape character: aá");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue