Skip to content

Commit 7d8a030

Browse files
Merge branch 'NSoiffer:main' into main
2 parents a6ec3b5 + 28cfdf0 commit 7d8a030

File tree

3 files changed

+248
-206
lines changed

3 files changed

+248
-206
lines changed

Rules/Languages/en/navigate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
replace:
403403
#don't bother with MatchCounter since we only get here if > 1
404404
- test:
405-
if: "$ReadZoomLevel >= DistanceFromLeaf(., false, $NavMode!='Character')"
405+
if: "IsNode(., 'leaf') or $ReadZoomLevel >= DistanceFromLeaf(., false, $NavMode!='Character')"
406406
then:
407407
# - with:
408408
# variables: [Move2D: "'in'", Child2D: "following-sibling::*[1]"] # phrase('in' the denominator)

Rules/Languages/en/unicode.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,14 @@
472472
- "": [t: "divides"] # 0x2223
473473
- "": [t: "does not divide"] # 0x2224
474474
- "": # 0x2225
475-
- test:
476-
if: "$Verbosity!='Terse'"
477-
then: [t: "is"]
478-
- t: "parallel to"
475+
- test:
476+
if: "ancestor-or-self::*[contains(@data-intent-property, ':literal:')]"
477+
then: [t: "double vertical line"]
478+
else:
479+
- test:
480+
if: "$Verbosity!='Terse'"
481+
then: [t: "is"]
482+
- t: "parallel to"
479483
- "": # 0x2226
480484
- test:
481485
if: "$Verbosity!='Terse'"

0 commit comments

Comments
 (0)