Skip to content

Commit 3c4a571

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 1bbc59f + ed7e37b commit 3c4a571

File tree

124 files changed

+365
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+365
-363
lines changed

lib/node_modules/@stdlib/_tools/markdown/img-svg-equation/test/test.validate.js

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var validate = require( './../lib/validate.js' );
2727
// TESTS //
2828

2929
tape( 'main export is a function', function test( t ) {
30+
t.ok( true, __filename );
3031
t.equal( typeof validate, 'function', 'main export is a function' );
3132
t.end();
3233
});
@@ -55,7 +56,7 @@ tape( 'if provided an `options` argument which is not an object, the function re
5556
t.end();
5657
});
5758

58-
tape( 'if provided a `className` option which is not an string primitive, the function returns a type error', function test( t ) {
59+
tape( 'if provided a `className` option which is not a string primitive, the function returns a type error', function test( t ) {
5960
var values;
6061
var err;
6162
var i;
@@ -81,7 +82,7 @@ tape( 'if provided a `className` option which is not an string primitive, the fu
8182
t.end();
8283
});
8384

84-
tape( 'if provided an `align` option which is not an string primitive, the function returns a type error', function test( t ) {
85+
tape( 'if provided an `align` option which is not a string primitive, the function returns a type error', function test( t ) {
8586
var values;
8687
var err;
8788
var i;
@@ -107,7 +108,7 @@ tape( 'if provided an `align` option which is not an string primitive, the funct
107108
t.end();
108109
});
109110

110-
tape( 'if provided a `raw` option which is not an string primitive, the function returns a type error', function test( t ) {
111+
tape( 'if provided a `raw` option which is not a string primitive, the function returns a type error', function test( t ) {
111112
var values;
112113
var err;
113114
var i;
@@ -133,7 +134,7 @@ tape( 'if provided a `raw` option which is not an string primitive, the function
133134
t.end();
134135
});
135136

136-
tape( 'if provided a `label` option which is not an string primitive, the function returns a type error', function test( t ) {
137+
tape( 'if provided a `label` option which is not a string primitive, the function returns a type error', function test( t ) {
137138
var values;
138139
var err;
139140
var i;
@@ -189,7 +190,7 @@ tape( 'if provided a `src` option which is not a valid URI, the function returns
189190
t.end();
190191
});
191192

192-
tape( 'if provided an `alt` option which is not an string primitive, the function returns a type error', function test( t ) {
193+
tape( 'if provided an `alt` option which is not a string primitive, the function returns a type error', function test( t ) {
193194
var values;
194195
var err;
195196
var i;

lib/node_modules/@stdlib/_tools/markdown/inline-svg-equation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/_tools/markdown/inline-svg-equation",
33
"version": "0.0.0",
4-
"description": "Generate an HTML string for inlining an SVG equation in a Markdown.",
4+
"description": "Generate an HTML string for inlining an SVG equation in Markdown.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/_tools/markdown/inline-svg-equation/test/test.validate.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var validate = require( './../lib/validate.js' );
2727
// TESTS //
2828

2929
tape( 'main export is a function', function test( t ) {
30+
t.ok( true, __filename );
3031
t.equal( typeof validate, 'function', 'main export is a function' );
3132
t.end();
3233
});
@@ -55,7 +56,7 @@ tape( 'if provided an `options` argument which is not an object, the function re
5556
t.end();
5657
});
5758

58-
tape( 'if provided a `className` option which is not an string primitive, the function returns a type error', function test( t ) {
59+
tape( 'if provided a `className` option which is not a string primitive, the function returns a type error', function test( t ) {
5960
var values;
6061
var err;
6162
var i;
@@ -81,7 +82,7 @@ tape( 'if provided a `className` option which is not an string primitive, the fu
8182
t.end();
8283
});
8384

84-
tape( 'if provided an `align` option which is not an string primitive, the function returns a type error', function test( t ) {
85+
tape( 'if provided an `align` option which is not a string primitive, the function returns a type error', function test( t ) {
8586
var values;
8687
var err;
8788
var i;
@@ -107,7 +108,7 @@ tape( 'if provided an `align` option which is not an string primitive, the funct
107108
t.end();
108109
});
109110

110-
tape( 'if provided a `raw` option which is not an string primitive, the function returns a type error', function test( t ) {
111+
tape( 'if provided a `raw` option which is not a string primitive, the function returns a type error', function test( t ) {
111112
var values;
112113
var err;
113114
var i;
@@ -133,7 +134,7 @@ tape( 'if provided a `raw` option which is not an string primitive, the function
133134
t.end();
134135
});
135136

136-
tape( 'if provided a `label` option which is not an string primitive, the function returns a type error', function test( t ) {
137+
tape( 'if provided a `label` option which is not a string primitive, the function returns a type error', function test( t ) {
137138
var values;
138139
var err;
139140
var i;

lib/node_modules/@stdlib/_tools/utils/jsdelivr-url/test/test.validate.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tape( 'if provided an `options` argument which is not an object, the function re
5656
t.end();
5757
});
5858

59-
tape( 'if provided a `slug` option which is not an string primitive, the function returns a type error', function test( t ) {
59+
tape( 'if provided a `slug` option which is not a string primitive, the function returns a type error', function test( t ) {
6060
var values;
6161
var err;
6262
var i;
@@ -83,7 +83,7 @@ tape( 'if provided a `slug` option which is not an string primitive, the functio
8383
t.end();
8484
});
8585

86-
tape( 'if provided a `file` option which is not an string primitive, the function returns a type error', function test( t ) {
86+
tape( 'if provided a `file` option which is not a string primitive, the function returns a type error', function test( t ) {
8787
var values;
8888
var err;
8989
var i;

lib/node_modules/@stdlib/blas/ext/base/dapxsum/test/test.dapxsum.native.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/test/test.dapxsumkbn.native.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn2/test/test.dapxsumkbn2.native.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumors/test/test.dapxsumors.native.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dapxsumpw/test/test.dapxsumpw.native.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 4', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a number', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a number', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a Float64Array', opts, function test( t ) {
106106
var values;
107107
var i;
108108

@@ -130,7 +130,7 @@ tape( 'the functions throws an error if provided a third argument which is not a
130130
}
131131
});
132132

133-
tape( 'the functions throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
133+
tape( 'the function throws an error if provided a fourth argument which is not a number', opts, function test( t ) {
134134
var values;
135135
var i;
136136

lib/node_modules/@stdlib/blas/ext/base/dasumpw/test/test.dasumpw.native.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4848
t.end();
4949
});
5050

51-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
51+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5252
var values;
5353
var i;
5454

@@ -75,7 +75,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7575
}
7676
});
7777

78-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
78+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7979
var values;
8080
var i;
8181

@@ -103,7 +103,7 @@ tape( 'the functions throws an error if provided a second argument which is not
103103
}
104104
});
105105

106-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
106+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
107107
var values;
108108
var i;
109109

lib/node_modules/@stdlib/blas/ext/base/dnanasum/test/test.dnanasum.native.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4747
t.end();
4848
});
4949

50-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
50+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5151
var values;
5252
var i;
5353

@@ -74,7 +74,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7474
}
7575
});
7676

77-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
77+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7878
var values;
7979
var i;
8080

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
106106
var values;
107107
var i;
108108

lib/node_modules/@stdlib/blas/ext/base/dnanasumors/test/test.dnanasumors.native.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tape( 'the function has an arity of 3', opts, function test( t ) {
4747
t.end();
4848
});
4949

50-
tape( 'the functions throws an error if provided a first argument which is not a number', opts, function test( t ) {
50+
tape( 'the function throws an error if provided a first argument which is not a number', opts, function test( t ) {
5151
var values;
5252
var i;
5353

@@ -74,7 +74,7 @@ tape( 'the functions throws an error if provided a first argument which is not a
7474
}
7575
});
7676

77-
tape( 'the functions throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
77+
tape( 'the function throws an error if provided a second argument which is not a Float64Array', opts, function test( t ) {
7878
var values;
7979
var i;
8080

@@ -102,7 +102,7 @@ tape( 'the functions throws an error if provided a second argument which is not
102102
}
103103
});
104104

105-
tape( 'the functions throws an error if provided a third argument which is not a number', opts, function test( t ) {
105+
tape( 'the function throws an error if provided a third argument which is not a number', opts, function test( t ) {
106106
var values;
107107
var i;
108108

0 commit comments

Comments
 (0)