Skip to content

Commit de5bbbe

Browse files
committed
Add note to add skipped example as a doctest ...
wehn it gets fixed.
1 parent 318a2b8 commit de5bbbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/builtin/test_attributes.py

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def test_one_identity(str_expr, str_expected, msg):
105105
"F[a, b, b, c]",
106106
"https://reference.wolfram.com/language/tutorial/Patterns.html",
107107
),
108+
# When fixed, Add the difference between the next two as a
109+
# doctest example.
108110
(
109111
"r[a,b,b,c]/.r[x_,x_]->rp[x]",
110112
"r[a, rp[r[b]], c]",

0 commit comments

Comments
 (0)