瀏覽代碼

Leave a note about further improvments

pull/11/head
Paul J. Davis 13 年之前
父節點
當前提交
110c253680
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      test/jiffy_tests.erl

+ 9
- 0
test/jiffy_tests.erl 查看文件

@ -95,6 +95,15 @@ json() ->
?SIZED(S, json_text(S)).
%% XXX: Add generators
%
% We should add generators that generate JSON binaries directly
% so we can test things that aren't produced by the encoder.
%
% We should also have a version of the JSON generator that inserts
% errors into the JSON that we can test for.
escaped_utf8_bin() ->
?SUCHTHAT(Bin,
?LET(S, ?SUCHTHAT(L, list(escaped_char()), L /= []),

Loading…
取消
儲存