mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
re-enable the "HugeLines" test case (denoland/deno#6006)
This commit is contained in:
parent
dc141f7feb
commit
7b1ccf23d3
@ -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…
Reference in New Issue
Block a user