(t *testing.T)
| 675 | } |
| 676 | |
| 677 | func TestFuzzTSAString(t *testing.T) { |
| 678 | testType(t, &TSAString{}, &XSAString{}) |
| 679 | } |
| 680 | |
| 681 | // This contains maps. |
| 682 | // Since map order is random, we can expect the encoding order to be random |
nothing calls this directly
no test coverage detected
searching dependent graphs…