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

Level3_OnlyOneClosingMark_UnmatchedOpeningMark() private method

private Level3_OnlyOneClosingMark_UnmatchedOpeningMark ( ) : void
return void
		public void Level3_OnlyOneClosingMark_UnmatchedOpeningMark()
		{
			SetupPortuguese3();
			Test(new string[,] {
				{ "«", FormatMessage(kUnmatchedOpeningMark, 2), "12:17" },
				{ "«", FormatMessage(kUnmatchedOpeningMark, 1), "12:16" } // Does the check return this message first?
			}, "\\id LUK \\c 12 \\p \\v 16 He told them: «Level one. \\v 17 So he said: «Level two \\v 18 \\v 19 and say to myself: «Level three and level two ends here too.», \\v 20 But God said to him: «Level two?» \\p \\v 21 Jesus said: «Level two and level one ends here too.»");
		}
		#endregion
QuotationCheckUnitTest