소스 검색

+ test for #24410 so it does not popup again

git-svn-id: trunk@26811 -
florian 11 년 전
부모
커밋
caba4a2050
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitattributes
  2. 9 0
      tests/webtbs/tw24410.pp

+ 1 - 0
.gitattributes

@@ -13762,6 +13762,7 @@ tests/webtbs/tw2425.pp svneol=native#text/plain
 tests/webtbs/tw2432.pp svneol=native#text/plain
 tests/webtbs/tw2435.pp svneol=native#text/plain
 tests/webtbs/tw2438.pp svneol=native#text/plain
+tests/webtbs/tw24410.pp svneol=native#text/pascal
 tests/webtbs/tw2442.pp svneol=native#text/plain
 tests/webtbs/tw24453.pp svneol=native#text/pascal
 tests/webtbs/tw24458.pp svneol=native#text/pascal

+ 9 - 0
tests/webtbs/tw24410.pp

@@ -0,0 +1,9 @@
+{$mode objfpc}
+
+procedure xx(var s:shortstring);
+var dirbuf:array[0..1321] of widechar;
+begin
+  s:=dirbuf;
+end;
+begin
+end.