Skip to content

Commit

Permalink
chore: regen files with the latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jan 28, 2025
1 parent 194f31d commit 09c7b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
-- Generated by PRQL compiler version:0.13.3 target:sql.duckdb (https://prql-lang.org)

# Syntax error query=Mississippi has four S’s and four I’s., .interpret_glue=FALSE
# Syntax error query=Mississippi has four S’s and four I’s.

Code
cat(prql_compile(query, "sql.any", format = TRUE, signature_comment = FALSE))
Expand Down Expand Up @@ -60,7 +60,7 @@
│ ╰─ Expected * or an identifier, but didn't find anything before the end.
───╯

# Syntax error query=from a | select [b], .interpret_glue=FALSE
# Syntax error query=from a | select [b]

Code
cat(prql_compile(query, "sql.any", format = TRUE, signature_comment = FALSE))
Expand All @@ -74,7 +74,7 @@
│ ╰─── unexpected array of values (not supported here)
───╯

# Syntax error query=from a | select {{{b, .interpret_glue=FALSE
# Syntax error query=from a | select {{{b

Code
cat(prql_compile(query, "sql.any", format = TRUE, signature_comment = FALSE))
Expand Down

0 comments on commit 09c7b87

Please sign in to comment.