From c85b1c06a9804ad41fbccf8fe5a5689f28eb049e Mon Sep 17 00:00:00 2001 From: Axetroy Date: Wed, 19 Jun 2019 12:22:01 +0800 Subject: lint: add max line length rules (denoland/deno_std#507) Original: https://github.com/denoland/deno_std/commit/b04fda30c8949b6347094b898bfa427c0b9a6162 --- http/file_server_test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'http/file_server_test.ts') diff --git a/http/file_server_test.ts b/http/file_server_test.ts index 201524e7b..1bd4e8160 100644 --- a/http/file_server_test.ts +++ b/http/file_server_test.ts @@ -59,7 +59,8 @@ test(async function serveDirectory(): Promise { assert(page.includes("azure-pipelines.yml")); // `Deno.FileInfo` is not completely compatible with Windows yet - // TODO: `mode` should work correctly in the future. Correct this test case accordingly. + // TODO: `mode` should work correctly in the future. + // Correct this test case accordingly. Deno.platform.os !== "win" && assert(/\([a-zA-Z-]{10}\)<\/td>/.test(page)); Deno.platform.os === "win" && -- cgit v1.2.3