()
| 1238 | |
| 1239 | #[test] |
| 1240 | fn list_prefix_nested_path() { |
| 1241 | let backend = make_backend("ws/u1/s1"); |
| 1242 | let path = WorkspacePath::from_normalized("src"); |
| 1243 | assert_eq!(backend.list_prefix_for(&path), "ws/u1/s1/src/"); |
| 1244 | } |
| 1245 | |
| 1246 | #[test] |
| 1247 | fn normalize_prefix_strips_slashes() { |
nothing calls this directly
no test coverage detected