329
|
1 |
ini:
|
|
2 |
╭──────────────────┬─────────────────────┬──────────────────┬──────────────────────────────────────────────────────────╮
|
|
3 |
│ section (string) │ key (string) │ sub_key (string) │ value (string) │
|
|
4 |
├──────────────────┼─────────────────────┼──────────────────┼──────────────────────────────────────────────────────────┤
|
|
5 |
│ │ global │ │ value │
|
|
6 |
│ section │ section-tag-support │ │ partial │
|
|
7 |
│ quoting │ quoted │ │ some text in quotes │
|
|
8 |
│ quoting │ apostrophed │ │ some text in apostrophes │
|
|
9 |
│ quoting │ unquoted │ │ values are trimmed │
|
|
10 |
│ quoting │ we-need │ │ quotes or apostrophes │
|
|
11 |
│ quoting │ to-keep │ │ the leading/trailing whitespace │
|
|
12 |
│ multiline │ quoted │ │ first line↲second line │
|
|
13 |
│ multiline │ apostrophed │ │ first line↲second line │
|
|
14 |
│ multiline │ backslashed │ │ first line continues here │
|
|
15 |
│ comments │ ini │ │ true │
|
|
16 |
│ comments │ unix │ │ true │
|
|
17 |
│ comments │ but │ │ be aware that ; this is part of the value, not a comment │
|
|
18 |
│ subkeys │ a │ x │ AX │
|
|
19 |
│ subkeys │ a │ y │ AY │
|
|
20 |
│ escaping │ escaped-multiline │ │ first line↲second line │
|
|
21 |
│ escaping │ backslash │ │ back\slash │
|
|
22 |
│ escaping │ quotes │ │ quoted text with "quotes" inside │
|
|
23 |
│ escaping │ tab │ │ how↹very │
|
|
24 |
╰──────────────────┴─────────────────────┴──────────────────┴──────────────────────────────────────────────────────────╯
|
|
25 |
Record count: 19
|