You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/ndarray/dlast-index-of/test/test.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ tape( 'the function returns the last index of an element which equals a provided
137
137
t.end();
138
138
});
139
139
140
-
tape('the function returns `-1` if provided a starting search index which is greater than or equal to number of elements in the input ndarray',functiontest(t){
140
+
tape('the function clamps the provided starting search index if it is greater than or equal to number of elements in the input ndarray',functiontest(t){
141
141
varsearchElement;
142
142
varfromIndex;
143
143
varactual;
@@ -152,7 +152,7 @@ tape( 'the function returns `-1` if provided a starting search index which is gr
0 commit comments