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

Level2_OnlyOneClosingMark_UnmatchedOpeningMark() private method

private Level2_OnlyOneClosingMark_UnmatchedOpeningMark ( ) : void
return void
		public void Level2_OnlyOneClosingMark_UnmatchedOpeningMark()
		{
			// If levels one and two have the same marks, and if both levels close at the same place,
			// the check displays an inconsistency that translators need to ignore.
			SetupPortuguese3();
			Test(new string[,] {
				{ "«", FormatMessage(kUnmatchedOpeningMark, 1), "7:21" }
			}, "\\id MAT \\c 7 \\p \\v 21 «Not everyone who says: «Level two!», level one. \\v 22 Many will say: «Level two?» \\v 23 Then I will tell them: «Levels two and one end here!»");
		}
QuotationCheckUnitTest