Use snapshot testing for the filter parser

This commit is contained in:
Loïc Lecrenier
2022-08-17 17:25:31 +02:00
parent 238a7be58d
commit 497f9817a2
3 changed files with 259 additions and 412 deletions

View File

@ -8,3 +8,6 @@ publish = false
[dependencies]
nom = "7.1.0"
nom_locate = "4.0.0"
[dev-dependencies]
insta = "1.18.2"