Skip to content

Commit 77d8311

Browse files
committed
Add FIXMEs to re-enable code block execution once throwing examples are supported
1 parent bf11080 commit 77d8311

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/assert/contains

lib/node_modules/@stdlib/assert/contains/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ If not provided an `array-like` object, the function throws an error.
6161

6262
<!-- run-disable -->
6363

64+
<!-- FIXME: re-enable once examples which throw are supported -->
65+
6466
```javascript
6567
var v = contains( false, 'abc' );
6668
// throws <TypeError>
@@ -70,6 +72,8 @@ If not provided an integer-valued `position` argument, the function throws an er
7072

7173
<!-- run-disable -->
7274

75+
<!-- FIXME: re-enable once examples which throw are supported -->
76+
7377
```javascript
7478
var v = contains( 'hello', 'e', 2.5 );
7579
// throws <TypeError>

0 commit comments

Comments
 (0)