Просмотр исходного кода

* handle also lines with spaces before the open brace

pierre 22 лет назад
Родитель
Сommit
4d4ae8d4fe
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/utils/testu.pp

+ 1 - 0
tests/utils/testu.pp

@@ -156,6 +156,7 @@ begin
      readln(t,s);
      if s<>'' then
       begin
+        TrimB(s);
         if s[1]='{' then
          begin
            delete(s,1,1);