aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-08-02 00:34:45 +0900
committernsfisis <nsfisis@gmail.com>2025-08-15 10:06:21 +0900
commit0b55f60c77e181e61dd84bf6da3416bb88488116 (patch)
tree4885ce30706f3a16b5f2b91dc58426772eea8285 /tests
parentadf26a24a7e63a6c1061c107ce60a384eb6500c7 (diff)
downloadducc-0b55f60c77e181e61dd84bf6da3416bb88488116.tar.gz
ducc-0b55f60c77e181e61dd84bf6da3416bb88488116.tar.zst
ducc-0b55f60c77e181e61dd84bf6da3416bb88488116.zip
feat: implement multi-line comment
Diffstat (limited to 'tests')
-rw-r--r--tests/075.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/075.sh b/tests/075.sh
new file mode 100644
index 0000000..12cf004
--- /dev/null
+++ b/tests/075.sh
@@ -0,0 +1,16 @@
+set -e
+
+cat <<'EOF' > expected
+EOF
+
+bash ../../test_diff.sh <<'EOF'
+/* lorem ipsum */
+/*
+lorem ipsum
+*/
+// /*
+/* /*
+ */
+int/**/main() {
+}
+EOF