Skip to content

Commit 0882ffe

Browse files
committed
Fix failed UT.
1 parent d53146f commit 0882ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XUnitTestProject1/Tests/LuaTableTextWriterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void WriteLiteralTest()
3434
tw.WriteNil();
3535
tw.WriteEndTable();
3636
tw.Flush();
37-
Assert.Equal("{64,\"\\r\\n\\t\\f\\b?{\\r\\n\\\"\'\",true,10,10.99,0.99,1E-18,0.000000000000000001,\"\",nil,\"This is a string.\",nil}",
37+
Assert.Equal(@"{64,""\r\n\t\f\b?{\\r\\n\""'"",true,10,10.99,0.99,1E-18,0.000000000000000001,"""",nil,""This is a string."",nil}",
3838
sw.ToString());
3939
}
4040
}

0 commit comments

Comments
 (0)