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

Level2_OnePair_UnmatchedClosingMark() private method

private Level2_OnePair_UnmatchedClosingMark ( ) : void
return void
		public void Level2_OnePair_UnmatchedClosingMark()
		{
			SetupSwiss2();
			Test(new string[,] {
				{ "\u203A", FormatMessage(kUnmatchedClosingMark, 2), "5:38" }
			}, "\\id MAT \\c 5 \\p \\v 38 «Level one says, Level two, and level two.\u203A \\v 39 But, Level one.»");
		}
QuotationCheckUnitTest