| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-14 | Rename `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-14 | unxhtmlify_test.go: Add a few more test cases | Teddy Wing | |
| 2014-11-13 | unxhtmlify_test.go: Add a couple more test cases | Teddy Wing | |
| Expose some failures with more test cases. | |||
| 2014-11-13 | Add `unxhtmlify_line` function & basic test | Teddy 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. | |||
