commit | c14fab6eebc3455bc4111bba2ebcd41f7c52be97 | [log] [tgz] |
---|---|---|
author | kasunath <kasunath@google.com> | Wed Nov 23 16:18:21 2022 -0800 |
committer | Kasun Athukorala <kasunath@google.com> | Thu Dec 01 19:12:32 2022 +0000 |
tree | 764ee5ecffe56d9b06d83879f2bad7b62f65ef93 | |
parent | 0aa36d82bc0e8e34fcdf2193dfb773b320f7c14f [diff] |
Fix missing comma for empty arrays/sets When an array or a set is empty, and if it's not the last property within an object, we need to add a comma after empty brackets/braces. This change fix this issue. Also updated a test case to capture this. Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ia087f341d052660191f2614add2060c81be67f61