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

GetReferences_IntermediateParagraphFinalMultiple() private method

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