From 09c7b87e0eabd77e0b7f2c74995fa79e27f2a176 Mon Sep 17 00:00:00 2001 From: eitsupi Date: Tue, 28 Jan 2025 14:49:21 +0000 Subject: [PATCH] chore: regen files with the latest deps --- tests/testthat/_snaps/compile.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/testthat/_snaps/compile.md b/tests/testthat/_snaps/compile.md index efb73e4..ee1b18f 100644 --- a/tests/testthat/_snaps/compile.md +++ b/tests/testthat/_snaps/compile.md @@ -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)) @@ -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)) @@ -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))