Commit 4d1f9b8
committed
fix: address CHANGES_REQUESTED review feedback on PR #4174
- email-delivery-test-helper.sh: replace grep -ciE with grep -oiE | wc -l
for high-risk and medium-risk phrase counting to accurately count
occurrences (not just matching lines) — addresses Gemini review
- accessibility-helper.sh: update font-size regex from 12px to 14px
threshold (([0-9]|1[0-3])px) and tighten em branch to <=0.875em;
update warning message to match — aligns code with docs (CodeRabbit)
- accessibility-audit.md: update table entry from '12px' to '14px' to
match helper script threshold; replace GNU-only sed '\x1b' ANSI-strip
with portable bash $'\033' literal ESC byte for BSD/macOS compat
- tests/test-email-thread-reconstruction.sh: change grep -qE backslash
pattern from '\\' to '\\+' (one-or-more quantifier) to detect
single Windows-style path separators in Markdown links1 parent c7142b1 commit 4d1f9b8
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- .agents
- scripts
- services/accessibility
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments