Bug #3485
Improve parsing of screen value (when SCREEN-VALUE is assigned)
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Hynek Cihlar over 8 years ago
There are numerous cases where SCREEN-VALUE assignment fails in FWD due to invalid format when it should not. Also some negative cases do not report correct errors in FWD. See uast/format_fill_chars.p section "test case 3" for the test cases that fail.
Known places in the code that need to be improved are: StringFormat.CharBuf(character) and GenericFrame.parseScreenValue(...).
This issue was identified in #3472.