Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok committed Dec 10, 2023
1 parent 9d23be8 commit 6b787de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/service/PatternMatchCompilationTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,8 @@ let y as ?z = 8
()
"""
dumpDiagnostics checkResults |> shouldEqual [
"(7,9--7,11): Unexpected symbol '[<' in binding"
"(7,6--7,8): Expecting pattern";
"(7,9--7,11): Unexpected symbol '[<' in binding. Expected '=' or other token."
"(8,4--8,11): This is not a valid pattern"
"(8,4--8,16): Incomplete pattern matches on this expression."
"(9,9--9,16): This is not a valid pattern"
Expand Down

0 comments on commit 6b787de

Please sign in to comment.