-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathless.json
More file actions
6 lines (6 loc) · 738 Bytes
/
Copy pathless.json
File metadata and controls
6 lines (6 loc) · 738 Bytes
1
2
3
4
5
6
{
"section": "less",
"original": ".btn {\n color: red;\n}\n",
"edit": "<<<<<<< SKIP\n<<<<<<< skip\n@primary: #0055ff;\n\n.btn {\n\tcolor: @primary;\n content: \"marker <<<<<<< SKIP inside string is inert\";\n --curly: \"curly “hi” with <<<<<<< skip inert\";\n // inline hint '<<<<<<< SKIP' inert in less line comment\n /* block comment: <<<<<<< SKIP inside is content, not a marker */\n}\n<<<<<<< Skip\n",
"expected": "@primary: #0055ff;\n\n.btn {\n\tcolor: @primary;\n content: \"marker <<<<<<< SKIP inside string is inert\";\n --curly: \"curly “hi” with <<<<<<< skip inert\";\n // inline hint '<<<<<<< SKIP' inert in less line comment\n /* block comment: <<<<<<< SKIP inside is content, not a marker */\n}\n"
}