From 39cc80f0f0f2c9c360cea1a35e41fa231635613b Mon Sep 17 00:00:00 2001 From: Thomas <31802793+ThomasNotTom@users.noreply.github.com> Date: Sun, 8 Jun 2025 00:58:34 +0100 Subject: [PATCH] Correct comment --- tests/operations/tests/LineBreak.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/LineBreak.mjs b/tests/operations/tests/LineBreak.mjs index c6fc6e10d..df4e75e74 100644 --- a/tests/operations/tests/LineBreak.mjs +++ b/tests/operations/tests/LineBreak.mjs @@ -18,7 +18,7 @@ TestRegister.addTests([ } ] }, { - // Check line remains unbroken + // Check line breaks name: "Line Break: With break", input: "Hello, world!", expectedOutput: "Hello,\n world\n!",