SILUBS.ScriptureChecks.QuotationCheckUnitTest.Level1_OnePair_Inappropriate_UnmatchedOpeningMark C# (CSharp) Method

Level1_OnePair_Inappropriate_UnmatchedOpeningMark() private method

private Level1_OnePair_Inappropriate_UnmatchedOpeningMark ( ) : void
return void
		public void Level1_OnePair_Inappropriate_UnmatchedOpeningMark()
		{
			SetupEnglish1();
			Test(new string[0, 0], "\\id MAT \\c 2 \\p \\v 1 asking, \\v 2 «Level one.");
		}
QuotationCheckUnitTest