Skip to content

Commit b8a5a1c

Browse files
committed
assign array property when not preceded by any non-blank operator
1 parent 6938e81 commit b8a5a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rules/Intent/general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@
804804
-
805805
name: mtable-array-property
806806
tag: mtable
807-
match: "count(*) > 0 and ((@frame='solid' or @frame='dashed') or child::*[@rowspan]) or child::*/child::*[@rowspan or @colspan or @columnspan]"
807+
match: "count(*) > 0 and ((@frame='solid' or @frame='dashed') or child::*[@rowspan] or child::*/child::*[@rowspan or @colspan or @columnspan] or not(preceding-sibling::*[1][self::m:mo and text() != '\u2062']))"
808808
replace:
809809
- with:
810810
variables:

0 commit comments

Comments
 (0)