Objects shouldn't continuously path escape.
()
| 203 | |
| 204 | // Objects shouldn't continuously path escape. |
| 205 | func (s *objectSuite) TestRemake() { |
| 206 | o := ObjectProject("contains/forward/slashes") |
| 207 | oSquared, err := ObjectFromString(o.String()) |
| 208 | s.Nil(err) |
| 209 | s.Equal(o.String(), oSquared.String()) |
| 210 | } |
nothing calls this directly
no test coverage detected