Function
TestParserTypeSelector
* func TestParserIfStmtTrueCondition(t *testing.T) { p := NewParser(runtime.NewContext()) block := p.ParseScss(` div { @if true { color: red; } } `) _ = block } */
(t *testing.T)
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Callers
nothing calls this directly
Tested by
no test coverage detected