mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
re-enable the "HugeLines" test case (#6006)
This commit is contained in:
parent
d89692161a
commit
0ce6394aca
1 changed files with 0 additions and 2 deletions
|
@ -385,7 +385,6 @@ x,,,
|
|||
"#ignore\n".repeat(10000) + "@".repeat(5000) + "," + "*".repeat(5000),
|
||||
Output: [["@".repeat(5000), "*".repeat(5000)]],
|
||||
Comment: "#",
|
||||
ignore: true, // TODO(#4521)
|
||||
},
|
||||
{
|
||||
Name: "QuoteWithTrailingCRLF",
|
||||
|
@ -455,7 +454,6 @@ x,,,
|
|||
];
|
||||
for (const t of testCases) {
|
||||
Deno.test({
|
||||
ignore: !!t.ignore,
|
||||
name: `[CSV] ${t.Name}`,
|
||||
async fn(): Promise<void> {
|
||||
let comma = ",";
|
||||
|
|
Loading…
Add table
Reference in a new issue