Test data from https://github.com/akheron/jansson/tree/master/test/suites/valid jansson, Copyright (c) 2009-2014 Petri Lehtinen (MIT Licensed)
(t *testing.T)
| 28 | // (MIT Licensed) |
| 29 | |
| 30 | func TestString(t *testing.T) { |
| 31 | testType(t, &Tstring{}, &Xstring{}) |
| 32 | testType(t, &Tmystring{}, &Xmystring{}) |
| 33 | testType(t, &TmystringPtr{}, &XmystringPtr{}) |
| 34 | } |
| 35 | |
| 36 | func TestMapStringString(t *testing.T) { |
| 37 | m := map[string]string{"陫ʋsş\")珷<ºɖgȏ哙ȍ": "2ħ籦ö嗏ʑ>季"} |
nothing calls this directly
no test coverage detected
searching dependent graphs…