()
| 215 | /// and demonstrates that the rendering algorithm works at arbitrary depth. |
| 216 | #[test] |
| 217 | fn sources_nested() { |
| 218 | let _guard = prepare(true); |
| 219 | |
| 220 | let report = create_sources_nested(); |
| 221 | |
| 222 | assert_snapshot!(format!("{report:?}")); |
| 223 | } |
| 224 | |
| 225 | #[test] |
| 226 | fn sources_nested_alternate() { |
nothing calls this directly
no test coverage detected