()
| 114 | |
| 115 | #[test] |
| 116 | fn test_extract_propline_no_shebang() { |
| 117 | let propline = do_extract("PRINT \"hello\"\n").unwrap(); |
| 118 | assert_eq!(PropLine::default(), propline); |
| 119 | } |
| 120 | |
| 121 | #[test] |
| 122 | fn test_extract_propline_apostrophe() { |
nothing calls this directly
no test coverage detected