We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf003a commit 11eb326Copy full SHA for 11eb326
src/formatting/cargo_toml.rs
@@ -345,9 +345,13 @@ mod tests {
345
version = 1
346
description = "a\nb\nhaha"
347
name = 3
348
+
349
+# comment 1
350
351
arr1 = [1,
352
2,3]
353
354
+# comment 2
355
356
arr2 = ["11111111111111111111111111111111111111111111111111111111111111111111111111111111","1111111111111111111111111111111111111111111111111111111111111111111111111111111"]
357
@@ -365,7 +369,9 @@ mod tests {
365
369
let expected = r#"[package]
366
370
367
371
372
368
373
arr1 = [1, 2, 3]
374
375
arr2 = [
376
"11111111111111111111111111111111111111111111111111111111111111111111111111111111",
377
"1111111111111111111111111111111111111111111111111111111111111111111111111111111"
0 commit comments