tree-sitter-hurl/corpus/extras.txt
kjuulh c34df2ccaa
for now no escaping comment
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-04 20:56:48 +02:00

22 lines
290 B
Plaintext

===
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))