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

Level1_TwoPairs_European_UnmatchedClosingMark() private method

private Level1_TwoPairs_European_UnmatchedClosingMark ( ) : void
return void
		public void Level1_TwoPairs_European_UnmatchedClosingMark()
		{
			SetupEuropean1();
			Test(new string[,] {
				{ "»", FormatMessage(kUnmatchedClosingMark, 1), "2:13" }
			}, "\\id MAT \\c 2 \\p \\v 13 in a dream. «Level one,» the angel said, level one.»");
		}
QuotationCheckUnitTest