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

Level4_Recycled_Continuation_InappropriateProperties_UnmatchedOpeningMark3() public method

		public void Level4_Recycled_Continuation_InappropriateProperties_UnmatchedOpeningMark3()
		{
			SetupEnglish4();
			// If there is a continuation mark, but the properties indicate no mark needed,
			// the recycling makes it seem to be an unmatched opening mark for level 3
			// instead of a missing continuation mark for level 1.
			Test(new string[,] {
				{ "\u201C", FormatMessage(kUnmatchedOpeningMark, 3), "29:26" }
			}, "\\id JER \\c 29 \\p \\v 24 To Shemiah speak, saying, \\v 25 \u201Clevel one, \u2018Level two, \\v 26 \u201Clevel three \\v 27 \\p \\v 28 \u201CHe has sent saying, \u2018Level four.\u2019\u201D\u2019\u201D");
		}
QuotationCheckUnitTest