tree-sitter-hurl/corpus/extras.txt

41 lines
464 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))
===
Identifier
===
SOMETHING
---
(source_file
(request_declaration
(request_literal)
(url))
(comment)
(comment)
(response
(scheme_literal)
(status_code_pattern))
(comment))