You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"edit": "<<<<<<< SKIP\n<<<<<<< skip\n\t<<<<<<< SKIP\ngreet = (name) ->\n hint = \"marker <<<<<<< SKIP inside string is inert\"\n extra = \"<<<<<<< SKIPS is not a marker, treated as content\"\n more = \"<<<<<<< SKIP HERE also content\"\n \"hello, #{name} (#{hint}|#{extra}|#{more})\"\n\nconsole.log greet 'world'\n",
"expected": "greet = (name) ->\n hint = \"marker <<<<<<< SKIP inside string is inert\"\n extra = \"<<<<<<< SKIPS is not a marker, treated as content\"\n more = \"<<<<<<< SKIP HERE also content\"\n \"hello, #{name} (#{hint}|#{extra}|#{more})\"\n\nconsole.log greet 'world'\n"