mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00: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),
|
"#ignore\n".repeat(10000) + "@".repeat(5000) + "," + "*".repeat(5000),
|
||||||
Output: [["@".repeat(5000), "*".repeat(5000)]],
|
Output: [["@".repeat(5000), "*".repeat(5000)]],
|
||||||
Comment: "#",
|
Comment: "#",
|
||||||
ignore: true, // TODO(#4521)
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "QuoteWithTrailingCRLF",
|
Name: "QuoteWithTrailingCRLF",
|
||||||
|
@ -455,7 +454,6 @@ x,,,
|
||||||
];
|
];
|
||||||
for (const t of testCases) {
|
for (const t of testCases) {
|
||||||
Deno.test({
|
Deno.test({
|
||||||
ignore: !!t.ignore,
|
|
||||||
name: `[CSV] ${t.Name}`,
|
name: `[CSV] ${t.Name}`,
|
||||||
async fn(): Promise<void> {
|
async fn(): Promise<void> {
|
||||||
let comma = ",";
|
let comma = ",";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue