*** empty log message ***
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
* source/compiler/harbour.l
|
||||
! Fixed line number bug. (LINE opcode, PROCLINE(), error messages)
|
||||
* tests/working/procline.prg
|
||||
tests/working/copyfile.prg
|
||||
+ Added.
|
||||
|
||||
19990627-16:30 CET Victor Szel <info@szelvesz.hu>
|
||||
|
||||
9
harbour/tests/working/copyfile.prg
Normal file
9
harbour/tests/working/copyfile.prg
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
FUNCTION Main()
|
||||
|
||||
// ? "1", __copyfile("COPYFROM.FIL")
|
||||
? "2", __copyfile("COPYFROM.FIL", "COPYTO.FIL")
|
||||
? "3", __copyfile("C.PRG", "B.PRG")
|
||||
? "4", __copyfile("COPYFROM.FIL", "..")
|
||||
|
||||
RETURN NIL
|
||||
7
harbour/tests/working/copyfrom.txt
Normal file
7
harbour/tests/working/copyfrom.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
; Test file for COPYFILE.PRG
|
||||
; Don't delete
|
||||
|
||||
dslkfjgs;ldfg
|
||||
dsfg;lkdsflgksd
|
||||
gsdfl;gkjdsfg
|
||||
df;lkgjsdfg
|
||||
Reference in New Issue
Block a user