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

Level1_SectionHead_European_UnmatchedClosingMark() private method

private Level1_SectionHead_European_UnmatchedClosingMark ( ) : void
return void
		public void Level1_SectionHead_European_UnmatchedClosingMark()
		{
			SetupEuropean1();
			Test(new string[,] {
				{ "»", FormatMessage(kUnmatchedClosingMark, 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.");
		}
		#endregion
QuotationCheckUnitTest