diff options
Diffstat (limited to 'ext/tidy/tests/024.phpt')
-rw-r--r-- | ext/tidy/tests/024.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/tidy/tests/024.phpt b/ext/tidy/tests/024.phpt index f69b962aee..b09f5b4643 100644 --- a/ext/tidy/tests/024.phpt +++ b/ext/tidy/tests/024.phpt @@ -18,7 +18,8 @@ $contents = ' </wps:block>'; $config = array( -'new-blocklevel-tags' => 'wps:block,wps:var,wps:value' +'new-blocklevel-tags' => 'wps:block,wps:var,wps:value', +'newline' => 'LF' ); $tidy = tidy_parse_string($contents, $config, 'utf8'); |