Commit b8e5252
committed
flux-config-bootstrap(5): fix TOML error
Problem: two of the examples in flux-config-bootstrap(5) split
inline tables across lines, but TOML 1.0.0 forbids newlines
bewteen the curly braces unless they are valid within a value.
Inline tables are described here:
https://toml.io/en/v1.0.0#inline-table
Change the formatting of the examples to be valid TOML 1.0.0.
Note that the last example demonstrates using the "arrays of tables"
syntax which may be more readable when inline tables become too long.
Arrays of tables are described here:
https://toml.io/en/v1.0.0#array-of-tables
All the bootstrap examples were successfully run through
https://www.toml-lint.com/.
Fixes #52491 parent d9712cf commit b8e5252
1 file changed
+7
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 162 | + | |
| 163 | + | |
170 | 164 | | |
171 | 165 | | |
172 | 166 | | |
| |||
188 | 182 | | |
189 | 183 | | |
190 | 184 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
199 | 190 | | |
200 | 191 | | |
201 | 192 | | |
| |||
0 commit comments