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

TopLevel() private method

private TopLevel ( ) : void
return void
		public void TopLevel()
		{
			Test(new string[,] {
				{ ">>", FormatMessage(kUnmatchedClosingMark, 1) },
				{ "<<", FormatMessage(kUnmatchedOpeningMark, 1) },
				}, @"\p \v 1 <<foo bar>> qux>> <<quux");
		}
QuotationCheckUnitTest