(t *testing.T)
| 91 | } |
| 92 | |
| 93 | func TestStringSomeUTF8(t *testing.T) { |
| 94 | testExpectedXVal(t, |
| 95 | `€þıœəßð some utf-8 ĸʒ×ŋµåäö𝄞`, |
| 96 | `€þıœəßð some utf-8 ĸʒ×ŋµåäö𝄞`, |
| 97 | &Xstring{}) |
| 98 | } |
| 99 | |
| 100 | func TestBytesInString(t *testing.T) { |
| 101 | testExpectedXVal(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…