diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-11-04 12:26:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-11-04 12:26:43 +0000 |
commit | 76bf6d511f851c7cde8a81257afaaae0fb7a4160 (patch) | |
tree | 41b09447349d473423b72b1ff6446639d2fdd2ba /spec | |
parent | e817ec013c396916007f1269c927d4634bddb6fe (diff) | |
parent | d4daf40caa518a89e51222e6e1d9c230db02839a (diff) | |
download | prosody-76bf6d511f851c7cde8a81257afaaae0fb7a4160.tar.gz prosody-76bf6d511f851c7cde8a81257afaaae0fb7a4160.zip |
Merge 0.12->trunk
Diffstat (limited to 'spec')
-rw-r--r-- | spec/json/pass4.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/json/pass4.json b/spec/json/pass4.json new file mode 100644 index 00000000..595026ad --- /dev/null +++ b/spec/json/pass4.json @@ -0,0 +1,8 @@ +{ + "one": [ + + ], + "two": [], + "three": [ ], + "four": [ ] +} |