提交 de0b9b01 编写于 作者: C CyrusNajmabadi

Fixx test.

上级 2a736626
......@@ -959,6 +959,7 @@ private static void TestReadingPrimitiveValues(ObjectReader reader)
Assert.Equal("\uDC00\uD800", (String)reader.ReadValue()); // invalid surrogate pair
Assert.Equal("\uD800", (String)reader.ReadValue()); // incomplete surrogate pair
Assert.Equal(null, reader.ReadValue());
Assert.Equal(null, reader.ReadValue());
unchecked
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册