소스 검색

* handle also lines with spaces before the open brace

pierre 22 년 전
부모
커밋
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);