()
| 156 | #[test] |
| 157 | #[cfg(feature = "stylesheet-cache")] |
| 158 | fn cache_invalid() { |
| 159 | css_inline() |
| 160 | .arg("tests/example.html") |
| 161 | .arg("--output-filename-prefix=inlined.cache-valid.") |
| 162 | .arg("--cache-size=0") |
| 163 | .assert() |
| 164 | .failure() |
| 165 | .stderr("ERROR: Cache size must be an integer greater than zero\n"); |
| 166 | } |
| 167 | |
| 168 | #[test] |
| 169 | fn wrong_base_url() { |
nothing calls this directly
no test coverage detected