MCPcopy
hub / github.com/pquerna/ffjson / TestString

Function TestString

tests/ff_string_test.go:30–34  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

28// (MIT Licensed)
29
30func TestString(t *testing.T) {
31 testType(t, &Tstring{}, &Xstring{})
32 testType(t, &Tmystring{}, &Xmystring{})
33 testType(t, &TmystringPtr{}, &XmystringPtr{})
34}
35
36func TestMapStringString(t *testing.T) {
37 m := map[string]string{"陫ʋsş\")珷<ºɖgȏ哙ȍ": "2ħ籦ö嗏ʑ>季"}

Callers

nothing calls this directly

Calls 1

testTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…