Inheritance: CommentLanguageRuleBase
Ejemplo n.º 1
0
 public GivenAMultiLineCommentLanguageRule()
 {
     _rule = new MultiLineCommentLanguageRule(new SpellChecker(new ExemptPatterns()));
 }
Ejemplo n.º 2
0
			public void Setup()
			{
				_rule = new MultiLineCommentLanguageRule(new SpellChecker(new ExemptPatterns()));
			}