From bbb2eb6f908042514057ed8ff7d5f2705a44257b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 21:54:38 +0000 Subject: [PATCH] app-rules: the shared 7bit_ascii exclusion follows samples-controls' new ports Eleven more sample ports in samples-controls carry non-ASCII characters that come straight from the original demo-kit mock data - `9.600 x 9.600 dpi` with a multiplication sign, en dashes in UI5's own bootstrap prose, an ellipsis in a navigation label. That is the same reason the twenty-one names already on this list are there, and scripts/data-fidelity.mjs would reject ASCII replacements. abap2UI5 is the source of this block; copied from there. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01RRPQ84UVzuc2HqRLPt1T1V --- abaplint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index 5f5053f..e164929 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -271,7 +271,7 @@ // gate. app_185 is the non-breaking-space constant the sample is about. "7bit_ascii": { "exclude": [ - "z2ui5_cl_smpc_app_(012|040|092|103|104|114|134|185|191|194|215|218|254|290|302|303|350|356|357|358|360)\\.clas\\.", + "z2ui5_cl_smpc_app_(012|040|092|103|104|114|134|185|191|194|215|218|254|290|302|303|350|356|357|358|360|445|525|558|565|572|575|578|579|580|584|611)\\.clas\\.", "z2ui5_cl_smpc_app_000\\.clas\\." ] },