#3357382: support external JS in SDC libraryOverrides.
1 unresolved thread
1 unresolved thread
Closes #3357382
Merge request reports
Activity
Filter activity
42 42 $this->assertStringContainsString('dialog.position.js', $output); 43 43 // Ensure that libraryOverrides processes attributes properly. 44 44 $this->assertMatchesRegularExpression('@<script.*src="[^"]*lib-overrides\.js\?v=1[^"]*".*defer.*bar="foo"></script>@', $output); 45 // Ensure that libraryOverrides processes external JS properly. 46 $this->assertMatchesRegularExpression('@<script.*src="https://cdn\.jsdelivr\.net/npm/docson\@2\.1\.0/lib/index\.min\.js"></script>@', $output); changed this line in version 3 of the diff
Please register or sign in to reply