Correct comment

This commit is contained in:
Thomas 2025-06-08 00:58:34 +01:00
parent b87f1f2e88
commit 39cc80f0f0

View file

@ -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!",