Merge branch 'master' into export-img

This commit is contained in:
abdelkader
2023-04-06 23:51:40 -04:00
2 changed files with 20 additions and 0 deletions

View File

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