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

Level1_HebrewTitle_European_UnmatchedClosingMark() private method

private Level1_HebrewTitle_European_UnmatchedClosingMark ( ) : void
return void
		public void Level1_HebrewTitle_European_UnmatchedClosingMark()
		{
			SetupEuropean1();
			Test(new string[,] {
				{ "»", FormatMessage(kUnmatchedClosingMark, 1), "9:0" } // Does the check know that the reference is verse 1?
			}, "\\id PSA \\c 9 \\d to the tune of Level one.» \\q1 \\v 1 Line one; \\q2 Line two.");
		}
QuotationCheckUnitTest