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

QuotationDash_Level2_Correct() private method

private QuotationDash_Level2_Correct ( ) : void
return void
		public void QuotationDash_Level2_Correct()
		{
			SetupSpanish2_QuotationDash();
			Test(new string[0, 0], "\\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