aboutsummaryrefslogtreecommitdiffstats
path: root/unxhtmlify_test.go
AgeCommit message (Collapse)Author
2014-11-14Rename `unxhtmlify_line` -> `unxhtmlify_string`Teddy Wing
The word "line" didn't really make sense since the function doesn't care about lines. I started with that naming because it made sense in terms of the implementation, or of the reading of a buffer and unxhtmlifying.
2014-11-14unxhtmlify_test.go: Add a few more test casesTeddy Wing
2014-11-13unxhtmlify_test.go: Add a couple more test casesTeddy Wing
Expose some failures with more test cases.
2014-11-13Add `unxhtmlify_line` function & basic testTeddy Wing
Create a function stub that will remove the slash from self-closing HTML tags. Add a basic test that for now just tests the <br /> element.