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

Level1_OnePair_Inappropriate_UnmatchedClosingMark() private method

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