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

InnerLevel_ClosingAndTopLevelMissing() private method

private InnerLevel_ClosingAndTopLevelMissing ( ) : void
return void
		public void InnerLevel_ClosingAndTopLevelMissing()
		{
			Test(new string[,] {
				{ "<", FormatMessage(kUnexpectedOpeningMark, 2) },
				{ "<", FormatMessage(kUnmatchedOpeningMark, 2) },
				}, @"\p \v 1 <foo");
		}
QuotationCheckUnitTest