-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathini.json
More file actions
6 lines (6 loc) · 756 Bytes
/
Copy pathini.json
File metadata and controls
6 lines (6 loc) · 756 Bytes
1
2
3
4
5
6
{
"section": "ini",
"original": "[server]\nhost = localhost\nport = 8080\n\n[db]\ndsn = sqlite://./db.sqlite\n",
"edit": "<<<<<<< SKIP\n<<<<<<< skip\n\t<<<<<<< SKIP\n[server]\nhost = 0.0.0.0\nport = 9090\nnote = marker <<<<<<< SKIP inside value is inert\n; comment: <<<<<<< SKIP inside semicolon comment is content, not a marker\n# comment: <<<<<<< SKIP inside hash comment is content, not a marker\n\n[db]\ndsn = sqlite://./db.sqlite\npool = 10\n",
"expected": "[server]\nhost = 0.0.0.0\nport = 9090\nnote = marker <<<<<<< SKIP inside value is inert\n; comment: <<<<<<< SKIP inside semicolon comment is content, not a marker\n# comment: <<<<<<< SKIP inside hash comment is content, not a marker\n\n[db]\ndsn = sqlite://./db.sqlite\npool = 10\n"
}