(t *testing.T)
| 72 | } |
| 73 | |
| 74 | func TestStringThreeByteUTF8(t *testing.T) { |
| 75 | testExpectedXVal(t, |
| 76 | "ࠡ three-byte UTF-8", |
| 77 | `\u0821 three-byte UTF-8`, |
| 78 | &Xstring{}) |
| 79 | } |
| 80 | |
| 81 | func TestStringEsccapes(t *testing.T) { |
| 82 | testExpectedXVal(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…