Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PRQL/prql
/ test_alias
Function
test_alias
prqlc/prqlc/src/codegen/ast.rs:628–634 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
626
627
#[test]
628
fn test_alias() {
629
assert_is_formatted(
630
r#"
631
from artists
632
select {`customer name` = foo, x = bar.baz}"#,
633
);
634
}
635
636
#[test]
637
fn test_assign() {
Callers
nothing calls this directly
Calls
1
assert_is_formatted
Function · 0.85
Tested by
no test coverage detected