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

Level1_NoContinuationIntoLines2_Correct() private method

private Level1_NoContinuationIntoLines2_Correct ( ) : void
return void
		public void Level1_NoContinuationIntoLines2_Correct()
		{
			SetupSwiss2();
			Test(new string[0, 0], "\\id MAT \\c 2 \\p \\v 5 «Level one,» they said, «level one: \\q1 \\v 6 \u2039Level two, \\q2 line two, \\q1 line one \\q2 end of levels two and one.\u203A » \\p \\v 7 Following.");
		}
		#endregion
QuotationCheckUnitTest