regexp = ($bool) ? '/\\\\./su' : '/\\\\[-!#()*+.:<>@[\\\\\\]^_`{|}]/'; } protected function setUp() { $this->escapeAll(\false); $tag = $this->configurator->tags->add($this->tagName); $tag->rules->disableAutoLineBreaks(); $tag->rules->ignoreTags(); $tag->rules->preventLineBreaks(); $tag->template = ''; } }