Commit 3430f66
committed
test: add text/template/parse package tests (82 symbols, blocked on llgo)
Tests cover all 82 exported identifiers from text/template/parse package.
Tests pass with go test and check_std_symbols.
llgo test fails with stack overflow due to type recursion issues in the
compiler when processing complex AST node types. Added //go:build !llgo
to skip llgo testing.
Update TODO.md to mark as blocked pending llgo compiler improvements.1 parent 0b07dc2 commit 3430f66
2 files changed
+667
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments