Skip to content

Commit bbfa3fe

Browse files
committed
Add WHITESPACE_SENSITIVE run-tests section
This is used to indicate that the test should not be changed by automated formatting changes.
1 parent aaf9cbb commit bbfa3fe

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Zend/tests/bug35655.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ highlight.comment = #FF8000
66
highlight.keyword = #007700
77
highlight.default = #0000BB
88
highlight.html = #000000
9+
--WHITESPACE_SENSITIVE--
910
--FILE--
1011
<?php
1112
$code = '

Zend/tests/nowdoc_013.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ highlight.comment = #FF8000
66
highlight.keyword = #007700
77
highlight.default = #0000BB
88
highlight.html = #000000
9+
--WHITESPACE_SENSITIVE--
910
--FILE--
1011
<?php
1112
$code = <<<'EOF'

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ function run_test($php, $file, $env)
18271827
'CAPTURE_STDIO', 'STDIN', 'CGI', 'PHPDBG',
18281828
'INI', 'ENV', 'EXTENSIONS',
18291829
'SKIPIF', 'XFAIL', 'XLEAK', 'CLEAN',
1830-
'CREDITS', 'DESCRIPTION', 'CONFLICTS',
1830+
'CREDITS', 'DESCRIPTION', 'CONFLICTS', 'WHITESPACE_SENSITIVE',
18311831
))) {
18321832
$bork_info = 'Unknown section "' . $section . '"';
18331833
}

0 commit comments

Comments
 (0)