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

Function test_end_with_new_line

prqlc/prqlc/src/sql/mod.rs:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138
139 #[test]
140 fn test_end_with_new_line() {
141 let sql = compile("from a", &Options::default().no_signature()).unwrap();
142 assert_eq!(sql, "SELECT\n *\nFROM\n a\n")
143 }
144}

Callers

nothing calls this directly

Calls 2

no_signatureMethod · 0.80
compileFunction · 0.70

Tested by

no test coverage detected