Issue #734080 by catch, pwolanin, nod_, sun, owen barton, ksenzee: Set preprocess: false for jquery.min.js to reduce duplication between asset aggregates
$this->assertCount(2,$rendered_footer_js,'There are 2 JavaScript assets in the footer.');
$this->assertCount(3,$rendered_footer_js,'There are 3 JavaScript assets in the footer.');
$this->assertEquals('drupal-settings-json',$rendered_footer_js[0]['#attributes']['data-drupal-selector'],'The first of the two JavaScript assets in the footer has drupal settings.');
$this->assertStringStartsWith(base_path(),$rendered_footer_js[1]['#attributes']['src'],'The second of the two JavaScript assets in the footer has the sole aggregated JavaScript asset.');
$this->assertStringContainsString('jquery.min.js',$rendered_footer_js[1]['#attributes']['src'],'The second of the two JavaScript assets in the footer is jquery.min.js.');
$this->assertStringStartsWith(base_path(),$rendered_footer_js[2]['#attributes']['src'],'The third of the two JavaScript assets in the footer has the sole aggregated JavaScript asset.');