cgen/deps/tree-sitter-c/test/corpus/crlf.txt
2024-12-14 18:55:53 -05:00

14 lines
281 B
Plaintext

============================================
Line comments with escaped CRLF line endings
============================================
// hello \
this is still a comment
this_is_not a_comment;
---
(translation_unit
(comment)
(declaration (type_identifier) (identifier)))