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

Level1_SectionHead_European_UnmatchedOpeningMark() private method

private Level1_SectionHead_European_UnmatchedOpeningMark ( ) : void
return void
		public void Level1_SectionHead_European_UnmatchedOpeningMark()
		{
			SetupEuropean1();
			Test(new string[,] {
				{ "«", FormatMessage(kUnmatchedOpeningMark, 1), "1:9" } // Does the check know that the reference is verse 10?
			}, "\\id 1CO \\c 1 \\v 9 \\s But I am anxious over your «divisions \\p \\v 10 Now I do beg you.");
		}
QuotationCheckUnitTest