Update to latest version of Porygon lib
This commit is contained in:
@@ -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]));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user