(t *testing.T, str string)
| 146 | } |
| 147 | |
| 148 | func testStrQuoted(t *testing.T, str string) { |
| 149 | testCycle(t, &TstringTagged{X: str}, &XstringTagged{X: str}) |
| 150 | testCycle(t, &TstringTaggedPtr{X: &str}, &XstringTaggedPtr{X: &str}) |
| 151 | } |
no test coverage detected
searching dependent graphs…