summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2024-04-28 23:43:26 -0700
committerWilfred Hughes <me@wilfred.me.uk>2024-04-28 23:43:26 -0700
commita9be2fefa781453242e72c0a95f2da52517e7eae (patch)
treec5cc630c4d3155e9a65b33e184b2783663b20ef1
parent4dc541b2617b55564b1110104e80dc4bc85482cd (diff)
Remove awkard CRLF file from vendored parser
-rw-r--r--vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt b/vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt
deleted file mode 100644
index 9673caeec..000000000
--- a/vendored_parsers/tree-sitter-cpp/test/corpus/c/crlf.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-============================================
-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)))