From 00d754d46695d0f8278e093dc63b75c126de7831 Mon Sep 17 00:00:00 2001 From: John L Date: Tue, 14 Jun 2022 15:57:04 +0100 Subject: [PATCH] lint fixes --- tests/operations/tests/Base85.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/operations/tests/Base85.mjs b/tests/operations/tests/Base85.mjs index 2cf022f9..8e1d0a23 100644 --- a/tests/operations/tests/Base85.mjs +++ b/tests/operations/tests/Base85.mjs @@ -7,8 +7,8 @@ */ import TestRegister from "../../lib/TestRegister.mjs"; -// Example from Wikipedia -const wpExample = "Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure." +// Example from Wikipedia +const wpExample = "Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure."; // Escape newline, quote & backslash const wpOutput = "9jqo^BlbD-BleB1DJ+*+F(f,q/0JhKFCj@.4Gp$d7F!,L7@<6@)/0JDEF@3BB/F*&OCAfu2/AKYi(\ @@ -45,4 +45,4 @@ TestRegister.addTests([ "args": ["!-u", false] } ] }, -]); \ No newline at end of file +]);