mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Use dprint for internal formatting (#6682)
This commit is contained in:
parent
9eca71caa1
commit
cde4dbb351
378 changed files with 3116 additions and 3121 deletions
|
@ -381,8 +381,8 @@ x,,,
|
|||
*/
|
||||
{
|
||||
Name: "HugeLines",
|
||||
Input:
|
||||
"#ignore\n".repeat(10000) + "@".repeat(5000) + "," + "*".repeat(5000),
|
||||
Input: "#ignore\n".repeat(10000) + "@".repeat(5000) + "," +
|
||||
"*".repeat(5000),
|
||||
Output: [["@".repeat(5000), "*".repeat(5000)]],
|
||||
Comment: "#",
|
||||
},
|
||||
|
@ -488,7 +488,7 @@ for (const t of testCases) {
|
|||
trimLeadingSpace: trim,
|
||||
fieldsPerRecord: fieldsPerRec,
|
||||
lazyQuotes: lazyquote,
|
||||
}
|
||||
},
|
||||
);
|
||||
} catch (e) {
|
||||
err = e;
|
||||
|
@ -504,7 +504,7 @@ for (const t of testCases) {
|
|||
trimLeadingSpace: trim,
|
||||
fieldsPerRecord: fieldsPerRec,
|
||||
lazyQuotes: lazyquote,
|
||||
}
|
||||
},
|
||||
);
|
||||
const expected = t.Output;
|
||||
assertEquals(actual, expected);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue