20 lines
389 B
Markdown
20 lines
389 B
Markdown
|
|
|
|
|
|
|
|
how to run the tests in a cleaner manner
|
|
``` bash
|
|
zig test --test-runner tests/test_runner.zig src/document.zig
|
|
```
|
|
|
|
|
|
|
|
# todo
|
|
|
|
- [ ] possible ENBF grammer
|
|
- [ ] add multistyle tests
|
|
- [ ] add the style chars inbetween the style char markers test
|
|
- [ ] add comment tests on all
|
|
- [ ] add multilevel nested list test
|
|
- [ ] add bulk everything in one test
|
|
- [ ] styles within tables test |