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

Level1_LinesContinuationFollowingStanzaBreak_Correct() private method

		public void Level1_LinesContinuationFollowingStanzaBreak_Correct()
		{
			SetupEuropean1();
			SetupContinuationAllOpening();
			Test(new string[0, 0], "\\id PSA \\c 81 \\q1 \\v 6 He says, «Level one. \\q2 line two \\q1 \\v 7 line 1 \\qs \\b \\q1 \\v 8 «Continuation \\v 9 \\v 10 \\b \\q1 \\v 11 «Continuation \\v 12 to \\v 13 the \\v 14 end \\v 15 of \\v 16 the quotation and psalm.»");
		}
		#endregion
QuotationCheckUnitTest