()
| 1202 | |
| 1203 | #[test] |
| 1204 | fn key_for_root_uses_prefix_only() { |
| 1205 | let backend = make_backend("ws/u1/s1"); |
| 1206 | let key = backend.key_for(&WorkspacePath::root()); |
| 1207 | assert_eq!(key, "ws/u1/s1"); |
| 1208 | } |
| 1209 | |
| 1210 | #[test] |
| 1211 | fn key_for_nested_path_joins_with_slash() { |
nothing calls this directly
no test coverage detected