Versions in this module Expand all Collapse all v0 v0.1.1 Jul 8, 2026 Changes in this version + func AssertFileNode(t *testing.T, got, want *parser.DocumentNode) + func AssertGold(t *testing.T, path string, content string) + func AssertToken(t *testing.T, got, want lexer.Token) + func FileExists(path string) bool + func GenerateTokenList(min, max int, token lexer.TokenType) []lexer.Token + func GetGoldenFiles() ([]string, error) + func PathToGold(path string, suffix string) string + func Pos(line, column int) diag.Position + func WriteGold(t *testing.T, path string, content string) + type TokenList struct + func NewTokenList(tokens ...lexer.Token) *TokenList + func (t *TokenList) NextToken() (lexer.Token, error) v0.1.0 Jul 1, 2026