MCPcopy Create free account
hub / github.com/buger/jsonparser / TestCodeMCDC_TokenStartTab

Function TestCodeMCDC_TokenStartTab

mcdc_code_supplement_test.go:108–112  ·  view source on GitHub ↗

Verifies: SYS-REQ-001 [mcdc]

(t *testing.T)

Source from the content-addressed store, hash-verified

106
107// Verifies: SYS-REQ-001 [mcdc]
108func TestCodeMCDC_TokenStartTab(t *testing.T) {
109 if _, _, _, err := Get([]byte("\t{\"a\":1}"), "a"); err != nil {
110 t.Fatalf("Get returned error: %v", err)
111 }
112}
113
114// Verifies: SYS-REQ-001 [mcdc]
115func TestCodeMCDC_TokenEndTab(t *testing.T) {

Callers

nothing calls this directly

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected