Added End parser

This commit is contained in:
2024-09-10 19:00:44 -06:00
parent 3864fad99d
commit c1eae9fa34
2 changed files with 23 additions and 0 deletions

View File

@ -90,3 +90,7 @@ func Try(t *testing.T) {
func TestLabel(t *testing.T) {
Todo(t)
}
func TestEnd(t *testing.T) {
Todo(t)
}