tree-sitter-hurl/corpus/extras.txt
kjuulh ce031caef4
fix: free text
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-04 23:01:24 +02:00

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