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

QuotationDash_Level2_InappropriateProperties_UnexpectedOpeningMark() private method

		public void QuotationDash_Level2_InappropriateProperties_UnexpectedOpeningMark()
		{
			SetupSpanish2();
			Test(new string[,] {
				{ "\u201C", FormatMessage(kUnexpectedOpeningMark, 2), "11:15" }
				// The check does not find a second inconsistency for 11:17, should it?
			}, "\\id JDG \\c 11 \\p \\v 13 Ammon answered. \\p \u2014Answer. \\p \\v 14 Jepthah sent messages \\v 15 saying: \\p \u2014Jepthah says: \\v 17 to Edom: \u201Clevel two.\u201D \\v 19 To Amorites: \u201Clevel two.\u201D End of message.");
		}
QuotationCheckUnitTest