mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix tests
This commit is contained in:
parent
769c2a1c1e
commit
a704d11e82
2 changed files with 38 additions and 0 deletions
|
@ -29,3 +29,20 @@ array(1) {
|
|||
}
|
||||
}
|
||||
}
|
||||
--UEXPECT--
|
||||
array(1) {
|
||||
[0]=>
|
||||
array(4) {
|
||||
[u"tag"]=>
|
||||
string(4) "TEST"
|
||||
[u"type"]=>
|
||||
string(8) "complete"
|
||||
[u"level"]=>
|
||||
int(1)
|
||||
[u"attributes"]=>
|
||||
array(1) {
|
||||
[u"ATTR"]=>
|
||||
string(13) "angle<bracket"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,3 +47,24 @@ array(1) {
|
|||
string(13) "A bient&244;t"
|
||||
}
|
||||
}
|
||||
--UEXPECTF--
|
||||
array(1) {
|
||||
[0]=>
|
||||
array(5) {
|
||||
[u"tag"]=>
|
||||
string(8) "resource"
|
||||
[u"type"]=>
|
||||
string(8) "complete"
|
||||
[u"level"]=>
|
||||
int(1)
|
||||
[u"attributes"]=>
|
||||
array(2) {
|
||||
[u"key"]=>
|
||||
string(7) "rSeeYou"
|
||||
[u"type"]=>
|
||||
string(7) "literal"
|
||||
}
|
||||
[u"value"]=>
|
||||
string(13) "A bient&244;t"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue