Make country code parsing resilient to invalid cases

This commit is contained in:
Dean Herbert
2022-10-11 01:38:37 +09:00
parent be5a413753
commit d700040a0d
2 changed files with 6 additions and 2 deletions

View File

@ -195,7 +195,7 @@ Line after image";
AddStep("Add flag", () =>
{
markdownContainer.CurrentPath = @"https://dev.ppy.sh";
markdownContainer.Text = "::{flag=\"AU\"}::";
markdownContainer.Text = "::{flag=\"AU\"}:: ::{flag=\"ZZ\"}::";
});
}