Commit 3e0dafa
committed
test for autocall regression
Without the fix in ipython#14513, this test would fail with
> assert ip.prefilter("foo") == "foo"
E AssertionError: assert 'foo()' == 'foo'1 parent 09e8eed commit 3e0dafa
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
0 commit comments