Commit 7fe8585 1 parent 8ee50b0 commit 7fe8585 Copy full SHA for 7fe8585
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ tls: {
64
64
includeTest_0 = `
65
65
include nats_0.conf
66
66
include nats_1.conf; // semicolon terminated
67
- include "nats_2.conf" // quoted
68
- include "nats_3.conf"; // quoted and semicolon terminated
69
- include 'nats_4.conf' // are single quotes valid in nats conf? if so also need this
70
- include 'nats_5.conf'; // are single quotes valid in nats conf? if so also need this
71
- include $NATS; // ignore, this is a variable. let's not worry about variable interpolation
72
- include "$NATS_6.conf" // don't ignore, this is a string not a variable
67
+ include "nats_2.conf" // double- quoted
68
+ include "nats_3.conf"; // double- quoted and semicolon terminated
69
+ include 'nats_4.conf' // single-quoted
70
+ include 'nats_5.conf'; // single-quoted and semicolon terminated
71
+ include $NATS; // ignore variable
72
+ include "$NATS_6.conf" // filename starting with $
73
73
include includeTest_1.conf
74
74
`
75
75
includeTest_1 = `
You can’t perform that action at this time.
0 commit comments