(t *testing.T)
| 58 | } |
| 59 | |
| 60 | func TestStringUtf8Escape(t *testing.T) { |
| 61 | testExpectedXVal(t, |
| 62 | "2ħ籦ö嗏ʑ>嫀", |
| 63 | `2ħ籦ö嗏ʑ\u003e嫀`, |
| 64 | &Xstring{}) |
| 65 | } |
| 66 | |
| 67 | func TestStringTwoByteUTF8(t *testing.T) { |
| 68 | testExpectedXVal(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…