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

Level1_HebrewTitle_European_UnmatchedOpeningMark() private method

private Level1_HebrewTitle_European_UnmatchedOpeningMark ( ) : void
return void
		public void Level1_HebrewTitle_European_UnmatchedOpeningMark()
		{
			SetupEuropean1();
			Test(new string[,] {
				{ "«", FormatMessage(kUnmatchedOpeningMark, 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