Verifies: SYS-REQ-009 [mcdc]
(t *testing.T)
| 82 | |
| 83 | // Verifies: SYS-REQ-009 [mcdc] |
| 84 | func TestCodeMCDC_LastTokenSpace(t *testing.T) { |
| 85 | // Space is the already-covered T branch; keep it as the baseline row. |
| 86 | if _, err := Set([]byte("{\"a\":1} "), []byte(`42`), "b"); err != nil { |
| 87 | t.Fatalf("Set returned error: %v", err) |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | // Verifies: SYS-REQ-001 [mcdc] |
| 92 | func TestCodeMCDC_TokenStartNewline(t *testing.T) { |