Forráskód Böngészése

* Test

git-svn-id: trunk@28361 -
michael 11 éve
szülő
commit
7f5bdbbf2f
2 módosított fájl, 5 hozzáadás és 0 törlés
  1. 1 0
      .gitattributes
  2. 4 0
      tests/utils/newfile.pp

+ 1 - 0
.gitattributes

@@ -12563,6 +12563,7 @@ tests/utils/libtar.pas svneol=native#text/plain
 tests/utils/macos/LinkRunDir -text
 tests/utils/macos/LinkRunTests -text
 tests/utils/macos/readme.txt svneol=native#text/plain
+tests/utils/newfile.pp svneol=native#text/plain
 tests/utils/prepup.pp svneol=native#text/plain
 tests/utils/redir.pp svneol=native#text/plain
 tests/utils/testfail.pp svneol=native#text/plain

+ 4 - 0
tests/utils/newfile.pp

@@ -0,0 +1,4 @@
+program newfile;
+
+begin
+end.