This commit is contained in:
2026-04-14 21:31:44 +12:00
commit 8be321dee1
16 changed files with 7065 additions and 0 deletions

20
readme.md Normal file
View File

@@ -0,0 +1,20 @@
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