tree-sitter-hurl/corpus/assertions.txt
kjuulh 20ea4b66b9
feat: with json body
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-04 22:34:31 +02:00

21 lines
247 B
Plaintext

===
Assertion
===
GET https://somewhere.com
HTTP 200
[Asserts]
---
(source_file
(request_declaration
(request_literal)
(url))
(response
(scheme_literal)
(status_code_pattern))
(assert_declaration
(assert_literal)))