From 9c12b2462cb379b3c7606d32e56150e18b98009d Mon Sep 17 00:00:00 2001 From: Christian Lawson-Perfect Date: Mon, 7 Mar 2022 14:44:09 +0000 Subject: [PATCH] update doc-tests --- tests/jme/doc-tests.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/jme/doc-tests.js b/tests/jme/doc-tests.js index 886bcfaca..0ac30c66b 100644 --- a/tests/jme/doc-tests.js +++ b/tests/jme/doc-tests.js @@ -1711,7 +1711,8 @@ var doc_tests = "test" ], "calling_patterns": [ - "x|y" + "x|y", + "x divides y" ], "examples": [ { @@ -2632,7 +2633,8 @@ var doc_tests = "union" ], "calling_patterns": [ - "x or y" + "x or y", + "x || y" ], "examples": [] },