We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53146f commit 0882ffeCopy full SHA for 0882ffe
XUnitTestProject1/Tests/LuaTableTextWriterTests.cs
@@ -34,7 +34,7 @@ public void WriteLiteralTest()
34
tw.WriteNil();
35
tw.WriteEndTable();
36
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}",
+ 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}",
38
sw.ToString());
39
}
40
0 commit comments