Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ test_escaped_string
Function
test_escaped_string
prqlc/prqlc/src/codegen/ast.rs:576–578 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
574
575
#[test]
576
fn test_escaped_string() {
577
assert_is_formatted(r#
"filter name ~= "
\\(I Can't Help\\) Falling
""
#);
578
}
579
580
#[test]
581
fn test_double_braces() {
Callers
nothing calls this directly
Calls
1
assert_is_formatted
Function · 0.85
Tested by
no test coverage detected