Skip to content

Commit

Permalink
update doc-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Mar 7, 2022
1 parent 7126896 commit 9c12b24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/jme/doc-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,8 @@ var doc_tests =
"test"
],
"calling_patterns": [
"x|y"
"x|y",
"x divides y"
],
"examples": [
{
Expand Down Expand Up @@ -2632,7 +2633,8 @@ var doc_tests =
"union"
],
"calling_patterns": [
"x or y"
"x or y",
"x || y"
],
"examples": []
},
Expand Down

0 comments on commit 9c12b24

Please sign in to comment.