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 6b94440 commit 7215041Copy full SHA for 7215041
1 file changed
YarnSpinner.Tests/ErrorHandlingTests.cs
@@ -81,7 +81,7 @@ public void TestInvalidFunctionCall()
81
82
var result = Compiler.Compile(CompilationJob.CreateFromString("<input>", source));
83
84
- result.Diagnostics.Should().Contain(d => d.Message.Contains(@"Unexpected "">>"" while reading a function call"));
+ result.Diagnostics.Should().Contain(d => d.Message.Contains(@"Unclosed command: missing >>"));
85
}
86
87
// testing that warnings are generated for empty nodes
0 commit comments