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

Level2_FivePairs_Correct() private method

private Level2_FivePairs_Correct ( ) : void
return void
		public void Level2_FivePairs_Correct()
		{
			// In the actual context, the level 1 quotation continues preceding and following.
			SetupSwiss2();
			Test(new string[0, 0], "\\id MAT \\c 5 \\p \\v 33 «Level one says, \u2039Level two.\u203A \\v 37 Let your \u2039Yes\u203A be \u2039Yes\u203A and your \u2039No,\u203A \u2039No\u203A; level one.»");
		}
QuotationCheckUnitTest