aboutsummaryrefslogtreecommitdiff
path: root/scripts/tui-golden.py
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-20 10:09:41 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-20 10:09:41 +0200
commit5097941fa96ce0c309e5f1af034993781a70fc66 (patch)
treeff46ced172d475046994a6c23b0cae20b693e12f /scripts/tui-golden.py
parentfed4952b5e9e6bc6f9f6ca4a30570b0b898ee953 (diff)
downloadbokf-5097941fa96ce0c309e5f1af034993781a70fc66.tar.gz
bokf-5097941fa96ce0c309e5f1af034993781a70fc66.zip
tui: align list rows beyond nine itemsv0.1.47
Diffstat (limited to 'scripts/tui-golden.py')
-rwxr-xr-xscripts/tui-golden.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/tui-golden.py b/scripts/tui-golden.py
index f214f40..589b693 100755
--- a/scripts/tui-golden.py
+++ b/scripts/tui-golden.py
@@ -82,7 +82,11 @@ SCENARIOS = [
{
"name": "momsregler",
"screen": "rules",
- "expect": ["Momsregler", "3000-3019"],
+ "expect": [
+ "Momsregler",
+ " 1. 05 range 3000-3019",
+ "10. 20 range 4510-4529",
+ ],
},
]