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

Level1_ThreePairs_European_UnmatchedClosingAndOpeningMarks() private method

		public void Level1_ThreePairs_European_UnmatchedClosingAndOpeningMarks()
		{
			SetupEuropean1();
			Test(new string[,] {
				{ "»", FormatMessage(kUnmatchedClosingMark, 1), "8:3" },
				{ "«", FormatMessage(kUnmatchedOpeningMark, 1), "8:4" }
			}, "\\id MAT \\c 8 \\p \\v 3 «Level one,» he said. level one.» \\v 4 Then said to him, «level one.");
		}
		#endregion
QuotationCheckUnitTest