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

Level12_NoContinuationWithinLines_Correct() private method

private Level12_NoContinuationWithinLines_Correct ( ) : void
return void
		public void Level12_NoContinuationWithinLines_Correct()
		{
			SetupSwiss2();
			Test(new string[0, 0], "\\id MAT \\c 3 \\p \\v 3 He said, \\q1 «Level one: \\q1 \\v6 \u2039Level two. \\q2 Both levels end.\u203A » \\p \\v 4 Following.");
		}
		#endregion
QuotationCheckUnitTest