You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update StrWrap routines to take non -ve int params
StrWrap was accepting Integer maximum line lengths and indents, which
makes no sense. Unsurprisingly the routine was failing tests that passed
negative margin and maximum lengths.
So MaxLineLen and Margin parameters were changed from Integer to Word.
0 commit comments