1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-22 11:17:40 +00:00

Setup some simple fuzz helpers for unmarshal.

This commit is contained in:
Andrew Chambers
2020-04-05 23:05:18 +12:00
parent 810ef7401c
commit 98b2fa4d64
3 changed files with 67 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
(pp (unmarshal (slurp ((dyn :args) 1)) load-image-dict))