mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 12:43:32 +08:00
Fix copilot-setup-steps.yml and address PR review comments
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
This commit is contained in:
@@ -1632,7 +1632,7 @@ function runTests() {
|
||||
else failed++;
|
||||
|
||||
// Round 111: getExecCommand with newline in args
|
||||
console.log('\nRound 111: getExecCommand (newline in args — SAFE_ARGS_REGEX \\\\\\\\s matches \\\\\\n):');
|
||||
console.log('\n' + String.raw`Round 111: getExecCommand (newline in args — SAFE_ARGS_REGEX \s matches \n):`);
|
||||
|
||||
if (test('getExecCommand accepts newline in args because SAFE_ARGS_REGEX includes newline', () => {
|
||||
// SAFE_ARGS_REGEX = /^[@a-zA-Z0-9\\s_.\\/:=,'\"*+-\\]+$/
|
||||
|
||||
Reference in New Issue
Block a user