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\n@echo off\nset NAME=world\nset HINT=marker <<<<<<< SKIP inside value is inert\nREM comment: <<<<<<< SKIP inside comment is content, not a marker\necho hello %NAME% ^| %HINT%\n",
"expected": "@echo off\nset NAME=world\nset HINT=marker <<<<<<< SKIP inside value is inert\nREM comment: <<<<<<< SKIP inside comment is content, not a marker\necho hello %NAME% ^| %HINT%\n"