20000419-11:36 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-19 09:35:17 +00:00
parent 6fd8796f95
commit 0cb07974e4
2 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
20000419-11:36 GMT+1 Victor Szakats <info@szelvesz.hu>
- tests/test.prg
! Removed file added without any ChangeLog info, and also
* tests/test.prg
! Restored the file changed without any ChangeLog info, and also
breaking the build process for GNU-make.
20000419-10:37 GMT+1 Victor Szakats <info@szelvesz.hu>

18
harbour/tests/test.prg Normal file
View File

@@ -0,0 +1,18 @@
//
// $Id$
//
//
procedure main()
local s := " " + chr(0) + " mab " + chr(0) + " "
StrDump( s )
QOut( s )
qout( '"' + ltrim(s) + '"' )
qout( '"' + rtrim(s) + '"' )
qout( '"' + alltrim(s) + '"' )
return