SILUBS.ScriptureChecks.PunctuationCheckUnitTest.GetReferences_IntermediateParagraphFinalSingle C# (CSharp) Method

GetReferences_IntermediateParagraphFinalSingle() private method

private GetReferences_IntermediateParagraphFinalSingle ( ) : void
return void
		public void GetReferences_IntermediateParagraphFinalSingle()
		{
			m_dataSource.SetParameterValue("PunctCheckLevel", "Intermediate");
			TestGetReferences("\u201D_", 4, "\\p \\v 1 word\u201D");
		}
PunctuationCheckUnitTest