()
| 12 | var slab *util.Slab |
| 13 | |
| 14 | func init() { |
| 15 | slab = util.MakeSlab(slab16Size, slab32Size) |
| 16 | } |
| 17 | |
| 18 | func TestParseTermsExtended(t *testing.T) { |
| 19 | terms := parseTerms(true, CaseSmart, false, |
nothing calls this directly
no test coverage detected
searching dependent graphs…