Skip to content

Commit

Permalink
add test for another edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleus-ffm committed Jul 3, 2024
1 parent c296d75 commit 9675254
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/warningDetailView_contactField_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ void main() {

testWidget("telephone number with repeating parts and spaces test",
contactFieldText_7, contactFieldExpectedText_7);

String contactFieldText_8 =
"Testcall 0615-298-56b";
String contactFieldExpectedText_8 =
"Testcall 0615-298-56b";

testWidget("telephone number and one char",
contactFieldText_8, contactFieldExpectedText_8);
}

/// create a widget with localizations (en)
Expand Down

0 comments on commit 9675254

Please sign in to comment.