We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b15214 commit 856efcfCopy full SHA for 856efcf
1 file changed
src/tools/json-to-toml/json-to-toml.e2e.spec.ts
@@ -31,8 +31,8 @@ foo = "bar"
31
[list]
32
name = "item"
33
34
- [list.another]
35
- key = "value"
+[list.another]
+key = "value"
36
`.trim(),
37
);
38
});
0 commit comments