Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jul 8, 2024
1 parent 42acef1 commit 11f3781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prqlc/prqlc-parser/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3074,10 +3074,10 @@ fn doc_comment() {
Error {
kind: Error,
span: Some(
0:18-42,
0:46-47,
),
reason: Simple(
"unexpected #! This is a doc comment\n while parsing function call",
"Expected one of (, [, an identifier, keyword case, keyword internal or {, but didn't find anything before the end.",
),
hints: [],
code: None,
Expand Down

0 comments on commit 11f3781

Please sign in to comment.