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

Level3_Distinct_UnmatchedClosingMark() private method

private Level3_Distinct_UnmatchedClosingMark ( ) : void
return void
		public void Level3_Distinct_UnmatchedClosingMark()
		{
			SetupSpanish3();
			Test(new string[,] {
				{ "\u2019", FormatMessage(kUnmatchedClosingMark, 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, Level three.\u2019 \u201D \\v 20 \u201CTwo.\u201D \\v 21 Close level one.»");
		}
		#endregion
QuotationCheckUnitTest