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

Level3_Recycled_Correct() private method

private Level3_Recycled_Correct ( ) : void
return void
		public void Level3_Recycled_Correct()
		{
			SetupEnglish3();
			Test(new string[0, 0], "\\id LUK \\c 12 \\p \\v 16 He told: \u201CLevel one. \\v 17 He thought, \u2018Level two.\u2019 \\v 18 \u2018Two. \\v 19 To myself, \u201Clevel three.\u201D \u2019 \\v 20 \u2018Two.\u2019 \\v 21 Close level one.\u201D");
		}
		#endregion
QuotationCheckUnitTest