(t *testing.T)
| 98 | } |
| 99 | |
| 100 | func TestBytesInString(t *testing.T) { |
| 101 | testExpectedXVal(t, |
| 102 | string('\xff')+` <- xFF byte`, |
| 103 | string('\xff')+` <- xFF byte`, |
| 104 | &Xstring{}) |
| 105 | } |
| 106 | |
| 107 | func TestString4ByteSurrogate(t *testing.T) { |
| 108 | testExpectedXVal(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…