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

Level1_OnePair_European_UnmatchedClosingMark() private method

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