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

Function TestCodeMCDC_LastTokenTab

mcdc_code_supplement_test.go:77–81  ·  view source on GitHub ↗

Verifies: SYS-REQ-009 [mcdc]

(t *testing.T)

Source from the content-addressed store, hash-verified

75
76// Verifies: SYS-REQ-009 [mcdc]
77func TestCodeMCDC_LastTokenTab(t *testing.T) {
78 if _, err := Set([]byte("{\"a\":1}\t"), []byte(`42`), "b"); err != nil {
79 t.Fatalf("Set returned error: %v", err)
80 }
81}
82
83// Verifies: SYS-REQ-009 [mcdc]
84func TestCodeMCDC_LastTokenSpace(t *testing.T) {

Callers

nothing calls this directly

Calls 1

SetFunction · 0.85

Tested by

no test coverage detected