alexkappa/mustache

View on GitHub
lex_test.go

Summary

Maintainability
A
1 hr
Test Coverage

Function TestLexer has 64 lines of code (exceeds 50 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status