Skip to content

Commit

Permalink
Add more string test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kekavc24 committed Jun 6, 2024
1 parent 33aba6b commit 8abc4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/string_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8abc4e7

Please sign in to comment.