MCPcopy Create free account
hub / github.com/PRQL/prql / test_tab_characters

Function test_tab_characters

prqlc/prqlc-parser/src/test.rs:989–1000  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

987
988#[test]
989fn test_tab_characters() {
990 // #284
991 parse_source(
992 "from c_invoice
993join doc:c_doctype (==c_invoice_id)
994select [
995\tinvoice_no,
996\tdocstatus
997]",
998 )
999 .unwrap();
1000}
1001
1002#[test]
1003fn test_backticks() {

Callers

nothing calls this directly

Calls 1

parse_sourceFunction · 0.70

Tested by

no test coverage detected