diff options
| author | 2024-08-18 07:23:06 -0700 | |
|---|---|---|
| committer | 2024-08-18 07:23:06 -0700 | |
| commit | 33d2f9a522d7009d5027051d6565bc48c2e2c300 (patch) | |
| tree | 80b99f2ad9dcb2e1d2271f2872ed1fd0faa7803a /tools | |
| parent | Add unlisten for linux. (diff) | |
More changes how we use WideCharToMutliByte
Handle case where there is no data pushed in.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/afl/parser_testcases/simple.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/afl/parser_testcases/simple.janet b/tools/afl/parser_testcases/simple.janet index d4a7e7e0..417cfbff 100644 --- a/tools/afl/parser_testcases/simple.janet +++ b/tools/afl/parser_testcases/simple.janet @@ -12,4 +12,4 @@ true @[1 "hello"] nil (foo 2 3) -([{} @{:k ([""])}])
\ No newline at end of file +([{} @{:k ([""])}]) |
