Commit 4da5758
Just: spell out that a multi-line separator is multiple shell lines
"Has to be a comment itself" reads as "has to start with `#`", and a value
whose first line does while its later lines do not is not a comment -- every
line after the first is its own shell line and runs.
No mechanism for it. Flattening newlines would leave a single-line value
that is not a comment still running while a multi-line one is defused: two
spellings of the same mistake with opposite outcomes and no principle
telling them apart. The obligation is on the value, so say what it is.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 420f249 commit 4da5758
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments