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

DeeplyNestedQuotes() private method

private DeeplyNestedQuotes ( ) : void
return void
		public void DeeplyNestedQuotes()
		{
			m_qmarks.EnsureLevelExists(5);
			m_source.SetParameterValue("QuotationMarkInfo", m_qmarks.XmlString);

			Test(new string[0, 0], @"\p \v 1 << < <<foo < <<bar baz qux>> > quux>> > >>");
		}
QuotationCheckUnitTest