|
20 | 20 | a_b, a_bCs, a_br, a_caps, a_cs, a_dstrike, a_p, a_shadow, a_smallCaps, |
21 | 21 | a_snapToGrid, a_specVanish, a_strike, a_t, a_vanish, a_webHidden, |
22 | 22 | an_emboss, an_i, an_iCs, an_imprint, an_oMath, a_noProof, an_outline, |
23 | | - an_r, an_rPr, an_rtl, an_underline, an_u |
| 23 | + an_r, an_rPr, an_rtl, an_u |
24 | 24 | ) |
25 | 25 | from .unitutil import class_mock, instance_mock |
26 | 26 |
|
@@ -302,7 +302,7 @@ def bool_prop_get_fixture(self, request): |
302 | 302 | ('snap_to_grid', True), ('snap_to_grid', False), |
303 | 303 | ('snap_to_grid', None), |
304 | 304 | ('spec_vanish', True), ('spec_vanish', False), ('spec_vanish', None), |
305 | | - ('strike', True), ('strie', False), ('strike', None), |
| 305 | + ('strike', True), ('strike', False), ('strike', None), |
306 | 306 | ('web_hidden', True), ('web_hidden', False), ('web_hidden', None), |
307 | 307 | ]) |
308 | 308 | def bool_prop_set_fixture(self, request): |
|
0 commit comments