(t *testing.T)
| 51 | } |
| 52 | |
| 53 | func TestStringOneByteUTF8(t *testing.T) { |
| 54 | testExpectedXVal(t, |
| 55 | ", one-byte UTF-8", |
| 56 | `\u002c one-byte UTF-8`, |
| 57 | &Xstring{}) |
| 58 | } |
| 59 | |
| 60 | func TestStringUtf8Escape(t *testing.T) { |
| 61 | testExpectedXVal(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…