Add tests for all but the content syntax parser module

This commit is contained in:
Juno Takano 2025-12-25 23:57:22 -03:00
commit e657eb6513
17 changed files with 1072 additions and 127 deletions

2
.clippy.toml Normal file
View file

@ -0,0 +1,2 @@
allow-unwrap-in-tests = true
allow-expect-in-tests = true