Fix Table BoxStyle.Heavy body separators and add validator tests#286
Fix Table BoxStyle.Heavy body separators and add validator tests#286tedd wants to merge 1 commit into
Conversation
… tests Co-authored-by: tedd <493224+tedd@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This commit updates the Unicode Box Drawing characters used for body separation when a
Tablecontrol is configured withBoxStyle.Heavy. Previously, it incorrectly used mixed light/heavy characters. The change aligns it with strict heavy lines (\u2523,\u252B,\u254B,\u2501).It also introduces a new exhaustive unit test
Table_CoordinatePreciseCharacterAssertion_HeavyBodySeparationinValidatorTableTests.csto ensure coordinate-precise mapping and robust behavior during dynamic hierarchical grid resizing. A failing coverage test was also fixed.PR created automatically by Jules for task 3537628775893930386 started by @tedd