Verifies: SYS-REQ-001 [mcdc]
(t *testing.T)
| 106 | |
| 107 | // Verifies: SYS-REQ-001 [mcdc] |
| 108 | func 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] |
| 115 | func TestCodeMCDC_TokenEndTab(t *testing.T) { |