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

Level3_Distinct_UnmatchedOpeningMark() private method

private Level3_Distinct_UnmatchedOpeningMark ( ) : void
return void
		public void Level3_Distinct_UnmatchedOpeningMark()
		{
			SetupSpanish3();
			Test(new string[,] {
				{ "\u2018", FormatMessage(kUnmatchedOpeningMark, 3), "12:19" }
				}, "\\id LUK \\c 12 \\p \\v 16 He told: «Level one. \\v 17 He thought, \u201Clevel two.\u201D \\v 18 \u201CTwo. \\v 19 To myself, \u2018Level three.\u201D \\v 20 \u201CTwo.\u201D \\v 21 Close level one.»");
		}
QuotationCheckUnitTest