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

GetReferences_IntermediateFinalExclamationBetweenClosingQuotes() private method

		public void GetReferences_IntermediateFinalExclamationBetweenClosingQuotes()
		{
			m_dataSource.SetParameterValue("PunctCheckLevel", "Intermediate");
			TestGetReferences(new string[] { "\u2019!_", "_\u201D" },
				new int[] { 4, 7 },
				"\\p \\v 1 word\u2019! \u201Dword");
		}
PunctuationCheckUnitTest