20000419-11:36 GMT+1 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
@@ -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
18
harbour/tests/test.prg
Normal 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
|
||||
Reference in New Issue
Block a user