Commit 844a6cd
committed
fix: do not run platform sensitive tests in doc
The doc gives a very good example of how one can ignore tests
depending on the platform it's running on. But when we check
this part of the doc, depending on the platform we're doing
it, we don't get the same output, hence the doc_test fails
on mac and succeeds on linux.
So to ensure doc test is portable we just don't check this
part of the doc.1 parent e65fb8a commit 844a6cd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
0 commit comments