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

OtherQuotesAndParameters() private method

private OtherQuotesAndParameters ( ) : void
return void
		public void OtherQuotesAndParameters()
		{
			m_qmarks.QMarksList[0].Opening = "\u201C";
			m_qmarks.QMarksList[0].Closing = "\u201D";
			m_source.SetParameterValue("QuotationMarkInfo", m_qmarks.XmlString);
			Test(new string[,] {
				{ "\u201C", FormatMessage(kUnmatchedOpeningMark, 1) },
			}, "\\p \\v 1 \u201Cfoo");
		}
		#endregion
QuotationCheckUnitTest