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