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

Level1_OnePair_English_UnmatchedClosingMark() private method

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