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

ThirdLevelEmbedding() private method

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