← 피드로
동일한 문자가 두 개의 헤레독에 입력되었습니다. 유일한 차이점은 구분 기호 주위의 따옴표 쌍입니다. $ cat > unquoted.js < quoted.js < < 'EOF' const re = new RegExp ("Desktop\/(\ w +)"); console.log (String (re)); EOF $ diff unquoted.js quoted.js…