fix tests

This commit is contained in:
Antony Dovgal 2006-06-29 13:05:23 +00:00
parent 769c2a1c1e
commit a704d11e82
2 changed files with 38 additions and 0 deletions

View file

@ -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"
}
}
}

View file

@ -47,3 +47,24 @@ array(1) {
string(13) "A bient&244;t" 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"
}
}