Skip to content

Commit 1e4de50

Browse files
committed
Auto-generated commit
1 parent 7b21eaa commit 1e4de50

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Milan Raj <rajsite@users.noreply.github.com>
2020
Momtchil Momtchev <momtchil@momtchev.com>
2121
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2222
Philipp Burckhardt <pburckhardt@outlook.com>
23+
Pranav <85227306+Pranavchiku@users.noreply.github.com>
2324
Ricky Reusser <rsreusser@gmail.com>
2425
Ryan Seal <splrk@users.noreply.github.com>
2526
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@stdlib/assert-is-boolean": "^0.0.x",
4747
"@stdlib/assert-is-regexp": "^0.0.x",
4848
"@stdlib/bench": "^0.0.x",
49+
"@stdlib/boolean-ctor": "^0.0.x",
4950
"@stdlib/number-ctor": "^0.0.x",
5051
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5152
"istanbul": "^0.4.1",

test/test.regexp.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
var tape = require( 'tape' );
2626
var Int8Array = require( '@stdlib/array-int8' );
2727
var Number = require( '@stdlib/number-ctor' );
28+
var Boolean = require( '@stdlib/boolean-ctor' );
29+
var Fcn = require( '@stdlib/function-ctor' );
2830
var RE_NATIVE_FUNCTION = require( './../lib/regexp.js' );
2931

3032

@@ -46,7 +48,7 @@ tape( 'the regular expression matches native functions', function test( t ) {
4648
Boolean,
4749
String,
4850
Number,
49-
Function,
51+
Fcn,
5052
RegExp,
5153
Number,
5254
Int8Array,

0 commit comments

Comments
 (0)