Skip to content

Commit 416a367

Browse files
committed
Replace v4.1.0 with v4.1.1 in perf tests
1 parent 56f39da commit 416a367

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

tests/perf/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
var match = /[?&]version=([^&]+)/.exec(location.search);
2525
var version = match ? match[1] : null;
2626
var knownVersion = {
27-
'4.1.0': true,
27+
'4.1.1': true,
2828
'4.0.0': true,
2929
'3.2.0': true,
3030
'3.1.1': true,

tests/perf/versions/xregexp-all-v4.1.0.js renamed to tests/perf/versions/xregexp-all-v4.1.1.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.XRegExp = f()}})(function(){var define,module,exports;return (function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s}return e})()({1:[function(require,module,exports){
1+
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.XRegExp = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
22
'use strict';
33

44
Object.defineProperty(exports, "__esModule", {
55
value: true
66
});
77

88
/*!
9-
* XRegExp.build 4.1.0
9+
* XRegExp.build 4.1.1
1010
* <xregexp.com>
1111
* Steven Levithan (c) 2012-present MIT License
1212
*/
@@ -248,7 +248,7 @@ Object.defineProperty(exports, "__esModule", {
248248
});
249249

250250
/*!
251-
* XRegExp.matchRecursive 4.1.0
251+
* XRegExp.matchRecursive 4.1.1
252252
* <xregexp.com>
253253
* Steven Levithan (c) 2009-present MIT License
254254
*/
@@ -451,7 +451,7 @@ Object.defineProperty(exports, "__esModule", {
451451
});
452452

453453
/*!
454-
* XRegExp Unicode Base 4.1.0
454+
* XRegExp Unicode Base 4.1.1
455455
* <xregexp.com>
456456
* Steven Levithan (c) 2008-present MIT License
457457
*/
@@ -722,7 +722,7 @@ exports.default = function (XRegExp) {
722722

723723
XRegExp.addUnicodeData(_blocks2.default);
724724
}; /*!
725-
* XRegExp Unicode Blocks 4.1.0
725+
* XRegExp Unicode Blocks 4.1.1
726726
* <xregexp.com>
727727
* Steven Levithan (c) 2010-present MIT License
728728
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -760,7 +760,7 @@ exports.default = function (XRegExp) {
760760

761761
XRegExp.addUnicodeData(_categories2.default);
762762
}; /*!
763-
* XRegExp Unicode Categories 4.1.0
763+
* XRegExp Unicode Categories 4.1.1
764764
* <xregexp.com>
765765
* Steven Levithan (c) 2010-present MIT License
766766
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -837,7 +837,7 @@ exports.default = function (XRegExp) {
837837

838838
XRegExp.addUnicodeData(unicodeData);
839839
}; /*!
840-
* XRegExp Unicode Properties 4.1.0
840+
* XRegExp Unicode Properties 4.1.1
841841
* <xregexp.com>
842842
* Steven Levithan (c) 2012-present MIT License
843843
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -874,7 +874,7 @@ exports.default = function (XRegExp) {
874874

875875
XRegExp.addUnicodeData(_scripts2.default);
876876
}; /*!
877-
* XRegExp Unicode Scripts 4.1.0
877+
* XRegExp Unicode Scripts 4.1.1
878878
* <xregexp.com>
879879
* Steven Levithan (c) 2010-present MIT License
880880
* Unicode data by Mathias Bynens <mathiasbynens.be>
@@ -939,7 +939,7 @@ Object.defineProperty(exports, "__esModule", {
939939
value: true
940940
});
941941
/*!
942-
* XRegExp 4.1.0
942+
* XRegExp 4.1.1
943943
* <xregexp.com>
944944
* Steven Levithan (c) 2007-present MIT License
945945
*/
@@ -1576,7 +1576,7 @@ XRegExp.prototype = /(?:)/;
15761576
* @memberOf XRegExp
15771577
* @type String
15781578
*/
1579-
XRegExp.version = '4.1.0';
1579+
XRegExp.version = '4.1.1';
15801580

15811581
// ==--------------------------==
15821582
// Public methods

0 commit comments

Comments
 (0)