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

Level1_OnePair_Inappropriate_Correct() private method

private Level1_OnePair_Inappropriate_Correct ( ) : void
return void
		public void Level1_OnePair_Inappropriate_Correct()
		{
			SetupEnglish1();
			Test(new string[0, 0], "\\id MAT \\c 2 \\p \\v 1 asking, \\v 2 «Level one.»");
		}
QuotationCheckUnitTest