mirror of
https://github.com/mrclay/minify.git
synced 2025-08-21 21:26:13 +02:00
18
tests/_test_files/lines/misc.out.js
Normal file
18
tests/_test_files/lines/misc.out.js
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
/* misc.in.js */
|
||||
|
||||
/* 1 */ // sections from Prototype 1.6.1
|
||||
/* 2 */ var xpath = ".//*[local-name()='ul' or local-name()='UL']" +
|
||||
/* 3 */ "//*[local-name()='li' or local-name()='LI']";
|
||||
/* 4 */ this.matcher = ['.//*'];
|
||||
/* 5 */ xpath = {
|
||||
/* 6 */ descendant: "//*",
|
||||
/* 7 */ child: "/*",
|
||||
/* 8 */ f: 0
|
||||
/* 9 */ };
|
||||
/* 10 */ document._getElementsByXPath('.//*' + cond, element);
|
||||
/* 11 */
|
||||
/* 12 */ // from angular 1.4.8
|
||||
/* 13 */ var URL_REGEXP = /^[a-z][a-z\d.+-]*:\/*(?:[^:@]+(?::[^@]+)?@)?(?:[^\s:/?#]+|\[[a-f\d:]+\])(?::\d+)?(?:\/[^?#]*)?(?:\?[^#]*)?(?:#.*)?$/i;
|
||||
/* 14 */
|
||||
/* 15 */
|
Reference in New Issue
Block a user