From 7fe8585ed46dc3f399067c8b8759fb8035402df1 Mon Sep 17 00:00:00 2001 From: Samuel Attwood Date: Thu, 25 Jan 2024 19:06:08 -0500 Subject: [PATCH] Fix comments --- pkg/natsreloader/natsreloader_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/natsreloader/natsreloader_test.go b/pkg/natsreloader/natsreloader_test.go index d57b4422..1e05edee 100644 --- a/pkg/natsreloader/natsreloader_test.go +++ b/pkg/natsreloader/natsreloader_test.go @@ -64,12 +64,12 @@ tls: { includeTest_0 = ` include nats_0.conf include nats_1.conf; // semicolon terminated -include "nats_2.conf" // quoted -include "nats_3.conf"; // quoted and semicolon terminated -include 'nats_4.conf' // are single quotes valid in nats conf? if so also need this -include 'nats_5.conf'; // are single quotes valid in nats conf? if so also need this -include $NATS; // ignore, this is a variable. let's not worry about variable interpolation -include "$NATS_6.conf" // don't ignore, this is a string not a variable +include "nats_2.conf" // double-quoted +include "nats_3.conf"; // double-quoted and semicolon terminated +include 'nats_4.conf' // single-quoted +include 'nats_5.conf'; // single-quoted and semicolon terminated +include $NATS; // ignore variable +include "$NATS_6.conf" // filename starting with $ include includeTest_1.conf ` includeTest_1 = `