瀏覽代碼

+ test for part of mantis #25931 (already works correctly)

git-svn-id: trunk@27698 -
Jonas Maebe 11 年之前
父節點
當前提交
fba0eb0351
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 1 0
      .gitattributes
  2. 6 0
      tests/webtbs/tw25931.pp

+ 1 - 0
.gitattributes

@@ -13915,6 +13915,7 @@ tests/webtbs/tw2589.pp svneol=native#text/plain
 tests/webtbs/tw25895.pp svneol=native#text/pascal
 tests/webtbs/tw25929.pp svneol=native#text/pascal
 tests/webtbs/tw25930.pp svneol=native#text/plain
+tests/webtbs/tw25931.pp -text svneol=native#text/plain
 tests/webtbs/tw25932.pp svneol=native#text/plain
 tests/webtbs/tw2594.pp svneol=native#text/plain
 tests/webtbs/tw2595.pp svneol=native#text/plain

+ 6 - 0
tests/webtbs/tw25931.pp

@@ -0,0 +1,6 @@
+{ %result=3 }
+
+{$i+}
+begin
+  chdir('doestnotexistever');
+end .