From 46e79e69ae866df88cb9442a7329c72662ed2db3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 4 Oct 2025 15:33:07 +0900 Subject: refactor: rename test files --- tests/test_comments.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 tests/test_comments.sh (limited to 'tests/test_comments.sh') diff --git a/tests/test_comments.sh b/tests/test_comments.sh deleted file mode 100644 index 7a43832..0000000 --- a/tests/test_comments.sh +++ /dev/null @@ -1,25 +0,0 @@ -cat <<'EOF' > expected -EOF -test_diff <<'EOF' -// TODO: check if the token is at the beginning of line. -// TODO: check if skipped whitespaces do not contain line breaks. -int main() { - return 0; -} -EOF - -cat <<'EOF' > expected -EOF - -test_diff <<'EOF' -/* lorem ipsum */ -/* -lorem ipsum -*/ -// /* -/* /* - */ -int/**/main() { -} -EOF - -- cgit v1.2.3-70-g09d2