Преглед на файлове

* Test

git-svn-id: trunk@28361 -
michael преди 11 години
родител
ревизия
7f5bdbbf2f
променени са 2 файла, в които са добавени 5 реда и са изтрити 0 реда
  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/LinkRunDir -text
 tests/utils/macos/LinkRunTests -text
 tests/utils/macos/LinkRunTests -text
 tests/utils/macos/readme.txt svneol=native#text/plain
 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/prepup.pp svneol=native#text/plain
 tests/utils/redir.pp svneol=native#text/plain
 tests/utils/redir.pp svneol=native#text/plain
 tests/utils/testfail.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.