mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
GET http://localhost:8000/utf8
|
|
|
|
HTTP/1.0 200
|
|
[Asserts]
|
|
xpath "normalize-space(//data)" == "café"
|
|
xpath "normalize-space(//data)" == "caf\u{e9}"
|