added test to incorrect vcf file

This commit is contained in:
abdelkader
2023-04-06 23:50:46 -04:00
parent 62deb9a13e
commit b249d91439
2 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,14 @@ namespace vCardEditor_Test
}
}
public static string[] vcfIncorrect
{
get
{
return "abcdef".Split('\n');
}
}
public static string[] vcfOneEntry
{
get