From 286a9b6254e88ac5ee6537ef3a11db8060ce06c5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 13 Jul 2025 19:55:56 +0900 Subject: feat: implement single line comment --- tests/052.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/052.sh (limited to 'tests') diff --git a/tests/052.sh b/tests/052.sh new file mode 100644 index 0000000..df479d3 --- /dev/null +++ b/tests/052.sh @@ -0,0 +1,11 @@ +set -e + +cat <<'EOF' > expected +EOF +bash ../../test_diff.sh <<'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 -- cgit v1.2.3-70-g09d2