mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-28 04:13:33 +03:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
GET http://localhost:8000/assert-xpath
|
|
|
|
HTTP/1.0 200
|
|
[Asserts]
|
|
xpath "normalize-space(//data)" equals "café"
|
|
xpath "normalize-space(//data)" equals "caf\u{00e9}"
|
|
xpath "//toto" not exists
|
|
|
|
<data>café</data>
|