alexkappa/mustache

View on GitHub
parse_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestParser has 60 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func TestParser(t *testing.T) {
    for _, test := range []struct {
        template string
        expected []node
    }{
Severity: Minor
Found in parse_test.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status