(t *testing.T)
| 65 | } |
| 66 | |
| 67 | func TestStringTwoByteUTF8(t *testing.T) { |
| 68 | testExpectedXVal(t, |
| 69 | "ģ two-byte UTF-8", |
| 70 | `\u0123 two-byte UTF-8`, |
| 71 | &Xstring{}) |
| 72 | } |
| 73 | |
| 74 | func TestStringThreeByteUTF8(t *testing.T) { |
| 75 | testExpectedXVal(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…