Skip to content

Commit 35278d5

Browse files
committed
Merge remote-tracking branch 'origin/AC-12128' into Hammer_248beta1_Scope03072024
2 parents 721b43a + 7cee45b commit 35278d5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dev/tests/static/testsuite/Magento/Test/Js/_files/blacklist/magento.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ lib/web/magnifier/magnifier.js
1414
lib/web/magnifier/magnify.js
1515
lib/web/varien/js.js
1616
lib/web/jquery/jquery.validate.js
17+
lib/web/prototype/**/*.js
1718

1819
// MINIFIED FILES
1920
app/code/**/*.min.js
21+
lib/web/legacy-build.min.js
2022

2123
// TEST
2224
vendor/magento/magento-coding-standard/Magento2/Tests/Eslint/*

lib/web/legacy-build.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/web/prototype/prototype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Object.extend(String.prototype, (function () {
643643
}
644644

645645
function stripTags() {
646-
return this.replace(/<\w+(\s+("[^"]*"|'[^']*'|[^>])+)?(\/)?>|<\/\w+>/gi, '');
646+
return this.replace(/<\w+(\s+("[^"]*"|'[^']*'|[^>'"])+)?\s*("[^">]*|'[^'>])?(\/)?>|<\/\w+>/gi, '');
647647
}
648648

649649
function stripScripts() {

0 commit comments

Comments
 (0)