Commit c9bccc7
Apply formatting suggestion and add tests for object literals and class properties with string keys
- Format destructuring assignment tests on single lines as suggested
- Add test for object literal with string key: ({ "test-key": key })
- Add test for class property with string key: (class { "test-key" = key })
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>1 parent 5a24645 commit c9bccc7
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 230 | + | |
234 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
235 | 238 | | |
236 | 239 | | |
237 | 240 | | |
| |||
0 commit comments