[master] 0f44918db Exercise the vcc_ErrWhere2() multiline code.
Poul-Henning Kamp
phk at FreeBSD.org
Fri May 28 10:18:05 UTC 2021
commit 0f44918db7b4a0f60e155f360703947f7758ba72
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Fri May 28 10:09:40 2021 +0000
Exercise the vcc_ErrWhere2() multiline code.
diff --git a/bin/varnishtest/tests/m00008.vtc b/bin/varnishtest/tests/m00008.vtc
index 1d1696784..234689aa4 100644
--- a/bin/varnishtest/tests/m00008.vtc
+++ b/bin/varnishtest/tests/m00008.vtc
@@ -14,7 +14,10 @@ varnish v1 -errvcl {Symbol 'debug' has wrong type (sub), expected vmod:} {
varnish v1 -errvcl {Another module already imported as foo} {
import debug as foo;
- import directors as foo;
+ import
+ directors
+ as
+ foo;
}
server s1 {
More information about the varnish-commit
mailing list