()
| 2139 | |
| 2140 | #[test] |
| 2141 | fn with_trailing_token() { |
| 2142 | let ptr = Pointer::from_static("/foo"); |
| 2143 | let foobar = ptr.with_trailing_token("bar"); |
| 2144 | assert_eq!(foobar, "/foo/bar"); |
| 2145 | } |
| 2146 | |
| 2147 | #[test] |
| 2148 | fn len() { |
nothing calls this directly
no test coverage detected