Skip to content

Commit 6e5a1ce

Browse files
committed
Merge branch 'paris-improvements-forvscode-and-playground' of https://github.com/YarnSpinnerTool/YarnSpinner into paris-improvements-forvscode-and-playground
2 parents 6f73632 + 7215041 commit 6e5a1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

YarnSpinner.Tests/ErrorHandlingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void TestInvalidFunctionCall()
8181

8282
var result = Compiler.Compile(CompilationJob.CreateFromString("<input>", source));
8383

84-
result.Diagnostics.Should().Contain(d => d.Message.Contains(@"Unexpected "">>"" while reading a function call"));
84+
result.Diagnostics.Should().Contain(d => d.Message.Contains(@"Unclosed command: missing >>"));
8585
}
8686

8787
// testing that warnings are generated for empty nodes

0 commit comments

Comments
 (0)