mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-30 04:19:30 +01:00
Add two files to test_old skip list
The parse after pretty printing differs here, because these tests contain nop (;) statements, which the pretty printer does not preserve.
This commit is contained in:
parent
52cb5ecec7
commit
fa6a17755a
@ -88,6 +88,9 @@ switch ($testType) {
|
||||
# pretty print difference due to INF vs 1e1000
|
||||
| ext.standard.tests.general_functions.bug27678
|
||||
| tests.lang.bug24640
|
||||
# pretty print difference due to nop statements
|
||||
| ext.mbstring.tests.htmlent
|
||||
| ext.standard.tests.file.fread_basic
|
||||
)\.phpt$~x', $file)) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user