Files
harbour-core/harbour/tests/parseini.ini
Viktor Szakats 006724dc11 2008-05-12 14:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* bin/bld.bat
     + Added hbpcre to lib list.

   * source/rtl/hbini.prg
     ; Some formatting.

   * tests/Makefile
   + tests/parseini.prg
   + tests/parseini.ini
   + tests/parseins.ini
     + Added .ini handling tests. Adapted from xhb.
2008-05-12 12:26:37 +00:00

39 lines
536 B
INI

#
# $Id$
#
; Demo INI file
;
; Copyright 2003 Giancarlo Niccolai (gian@niccolai.ws)
; (showing another style of comment here )
# This is the MAIN section
Procedure = Demo ini file
Name = Parseini.ini
#including a subfile
include parseins.ini
[Files] #Declaring files section
Path=/home/pub
Filename: foobar.pdf # variable declared with ':'
Long= A Data ||
Spreading ||
On varius lines ||
here.
[Printers]
LPT1 = \\HEAD\Lexmark
#including a subfile
include parseins.ini
#invalid line
An invalid line
#
# End!
#