Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feiin committed Jan 9, 2021
1 parent c3bd098 commit f496ca0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,11 @@ func TestFindNextEqual(t *testing.T) {
if i != -1 {
t.Errorf("findNextEqual error %d",i)
}
}

func TestIsClosing(t *testing.T) {
i := isClosing("<a")
if i != false {
t.Errorf("TestIsClosing error")
}
}

0 comments on commit f496ca0

Please sign in to comment.