From 8abc4e7f9f77474b2419ce89d0ddcf5cd2b3547d Mon Sep 17 00:00:00 2001 From: Kelvin Kavisi <68240897+kekavc24@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:20:42 +0100 Subject: [PATCH] Add more string test cases --- test/string_test.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/string_test.dart b/test/string_test.dart index 97c11a2..2b492f3 100644 --- a/test/string_test.dart +++ b/test/string_test.dart @@ -10,6 +10,10 @@ final _testStrings = [ "this is a fairly' long string with\nline breaks", 'whitespace\n after line breaks', 'whitespace\n \nbetween line breaks', + 'whitespace and line breaks at end 1\n ', + 'whitespace and line breaks at end 2 \n \n', + 'whitespace and line breaks at end 3 \n\n', + 'whitespace and line breaks at end 3 \n\n ', 'word', 'foo bar', 'foo\nbar',