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

Level2_FivePairs_UnmatchedClosingMark() private method

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