From 7883e42c07acbccc16a2f5de5d1b98de364cc1ad Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 15 Jun 2022 13:28:09 +0200 Subject: Update to enable some tests for added constructs --- readme.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 75c2ee6..b7fcbfe 100644 --- a/readme.md +++ b/readme.md @@ -68,6 +68,7 @@ cargo doc --document-private-items ### Small things +- [ ] (1) text in heading - [ ] (1) Add docs to subtokenize - [ ] (1) Add module docs to content - [ ] (1) Add module docs to parser @@ -76,6 +77,7 @@ cargo doc --document-private-items - [ ] (1) Parse initial and final whitespace of paragraphs (in text) - [ ] (3) Clean compiler - [ ] (1) Use preferred line ending style in markdown +- [ ] (1) Add tests for `default-line-ending`, `line-ending` - [ ] (1) Handle BOM at start - [ ] (1) Make sure tabs are handled properly and that positional info is perfect - [ ] (1) Make sure crlf/cr/lf are working perfectly -- cgit