Changeset 116 for trunk/UContact.pas


Ignore:
Timestamp:
Feb 15, 2022, 5:09:10 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Fully disable automatic max. line width detection.
  • Added: More tests.
  • Added: Show number of passing and failing tests in test window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UContact.pas

    r115 r116  
    16231623  while I < Lines.Count do begin
    16241624    Line := Lines[I];
    1625     DetectMaxLineLength(Line);
     1625    //DetectMaxLineLength(Line);
    16261626
    16271627    if Line = '' then begin
     
    16521652          if I >= Lines.Count then Break;
    16531653          Line2 := Lines[I];
    1654           DetectMaxLineLength(Line2);
     1654          //DetectMaxLineLength(Line2);
    16551655          if (Length(Line2) > 0) and (Line2[1] = ' ') then begin
    16561656            Value := Value + Copy(Line2, 2, MaxInt);
Note: See TracChangeset for help on using the changeset viewer.