(t *testing.T)
| 105 | } |
| 106 | |
| 107 | func TestString4ByteSurrogate(t *testing.T) { |
| 108 | testExpectedXVal(t, |
| 109 | "𝄞 surrogate, four-byte UTF-8", |
| 110 | `\uD834\uDD1E surrogate, four-byte UTF-8`, |
| 111 | &Xstring{}) |
| 112 | } |
| 113 | |
| 114 | func TestStringNull(t *testing.T) { |
| 115 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…