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/preprocessor_comments.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/preprocessor_comments.sh (limited to 'tests/preprocessor_comments.sh') diff --git a/tests/preprocessor_comments.sh b/tests/preprocessor_comments.sh new file mode 100644 index 0000000..0fcea83 --- /dev/null +++ b/tests/preprocessor_comments.sh @@ -0,0 +1,11 @@ +cat <<'EOF' > expected +EOF + +test_diff <<'EOF' +#if 1 // a +#else // b +#endif // c + +int main() {} +EOF + -- cgit v1.2.3-70-g09d2