Update to latest version of Porygon lib

This commit is contained in:
2019-07-21 12:07:17 +02:00
parent f23f682d52
commit 58da41852d
6 changed files with 37 additions and 19 deletions

View File

@@ -116,7 +116,9 @@ namespace PorygonSharpTests
{
var diagnostics = script.Diagnostics.GetDiagnostics().ToArray();
Assert.IsNotEmpty(diagnostics);
Assert.AreEqual("[Error] (1, 3) '\\x' is not a valid control character.", script.Diagnostics.GetFullDiagnosticMessage(diagnostics[0]));
Assert.AreEqual("[Error] (2, 2) '\\x' is not a valid control character.",
script.Diagnostics.GetFullDiagnosticMessage(diagnostics[0]));
}
}