-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyaml.json
More file actions
6 lines (6 loc) · 917 Bytes
/
Copy pathyaml.json
File metadata and controls
6 lines (6 loc) · 917 Bytes
1
2
3
4
5
6
{
"section": "yaml",
"original": "name: app\nversion: 1.0.0\nscripts:\n start: node index.js\n test: jest\n",
"edit": "<<<<<<< SKIP\n<<<<<<< skip\n# inline hint \"<<<<<<< SKIP\" inert in yaml comment\nname: app\nversion: 2.0.0\ndescription: \"marker <<<<<<< SKIP inside quoted string is inert\"\ncurly: 'curly “hi” with <<<<<<< skip inert'\nlong: |\n block scalar with <<<<<<< SKIP inside is inert\n also <<<<<<< SKIP and <<<<<<< SKIP inert\nscripts:\n start: node index.js\n test: jest\n\tbuild: tsc\n<<<<<<< Skip\n",
"expected": "# inline hint \"<<<<<<< SKIP\" inert in yaml comment\nname: app\nversion: 2.0.0\ndescription: \"marker <<<<<<< SKIP inside quoted string is inert\"\ncurly: 'curly “hi” with <<<<<<< skip inert'\nlong: |\n block scalar with <<<<<<< SKIP inside is inert\n also <<<<<<< SKIP and <<<<<<< SKIP inert\nscripts:\n start: node index.js\n test: jest\n\tbuild: tsc\n"
}