commit 3524375abe3db49d8eb887adc30476044ea029cf from: Omar Polo date: Fri Jan 26 15:34:46 2024 UTC add a test that uses @-style macros See Codeberg issue #1. commit - fe37d792003e1f2936f3fac13f3ffd5b171665d4 commit + 3524375abe3db49d8eb887adc30476044ea029cf blob - 4614f0ba488f7120e63fb3cfc2191e3c645e3bca blob + 7a2c2cdb64623705e62a4c5dbdb186ece8b8a933 --- regress/tests.sh +++ regress/tests.sh @@ -287,6 +287,7 @@ test_fastcgi_deprecated_syntax() { test_macro_expansion() { cat < reg.conf pwd = "$PWD" +common_opts = "lang it; auto index on" server "localhost" { # the quoting of \$ is for sh @@ -294,6 +295,7 @@ server "localhost" { key \$pwd "/localhost.key" root \$pwd "/testdata" listen on $REGRESS_HOST port $port + @common_opts } EOF @@ -305,7 +307,7 @@ EOF run fetch / - check_reply "20 text/gemini" "# hello world" + check_reply "20 text/gemini;lang=it" "# hello world" } test_proxy_relay_to() {