Fuzz test the generated .pot
file
#65
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
This is a followup to #57 which would hopefully have caught #64: we should fuzz test the output of
mdbook-xgettext
.We can do this in a at least two ways:
msgcat -o /dev/null
to get an independent verification that the output can be parsed.msgcat
. We might want to add a fuzzer for this to the upstream library: Add fuzzer to check round-tripping BrettDong/polib#6.The text was updated successfully, but these errors were encountered: