Explorar o código

* the message id might not be at the start of the line, but after a visibility specifier followed by a colon and space

Sven/Sarah Barth hai 8 meses
pai
achega
2c9bbc932a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/utils/dotest.pp

+ 1 - 1
tests/utils/dotest.pp

@@ -764,7 +764,7 @@ begin
         begin
           str(Msgs[i],id);
           id:='('+id+')';
-          if copy(s,1,length(id))=id then
+          if (copy(s,1,length(id))=id) or (pos(': '+id,s)>0) then
             begin
               if not Found[i] then
                 inc(fnd);