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

Level2_FivePairs_UnmatchedOpeningAndClosingMarks() private method

private Level2_FivePairs_UnmatchedOpeningAndClosingMarks ( ) : void
return void
		public void Level2_FivePairs_UnmatchedOpeningAndClosingMarks()
		{
			SetupSwiss2();
			Test(new string[,] {
				{ "\u2039", FormatMessage(kUnmatchedOpeningMark, 2), "5:37" },
				{ "\u203A", FormatMessage(kUnmatchedClosingMark, 2), "5:37" }
			}, "\\id MAT \\c 5 \\p \\v 33 «Level one says, \u2039Level two.\u203A \\v 37 Let your \u2039Yes be \u2039Yes\u203A and your \u2039No,\u203A No\u203A; level one.»");
		}
QuotationCheckUnitTest