tree-sitter-hurl/corpus/extras.txt

22 lines
290 B
Plaintext
Raw Normal View History

===
Comments
===
GET https://somewhere.com # some comment
# comment
HTTP 200 # comment
---
(source_file
(request_declaration
(request_literal)
(url))
(comment)
(comment)
(response
(scheme_literal)
(status_code_pattern))
(comment))