Skip to content

Commit

Permalink
Minor clean up to rule -- no effect on test output
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Oct 30, 2023
1 parent 8388296 commit 6e9887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/Braille/Nemeth/Nemeth_Rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
name: prefix-geometry-ops
tag: mo
match:
- "..[count(*) = 2 and name()='mrow'] and not(preceding-sibling::*) and"
- "..[self::m:mrow and count(*) = 2] and not(preceding-sibling::*) and"
- "IsInDefinition(., 'GeometryPrefixOperators')"
replace:
- x: "text()"
Expand Down

0 comments on commit 6e9887f

Please sign in to comment.