Test results for Win32 Console

test_010050_example_ini

Test description

Test for correct functionality of the examples used in the xmlfy documentation.

Test status

 Pass

Run command

cat _INPUT_DATA_ ¦ xmlfy -E 'c1-1/;/' -k -F1 '[' -F2 ']' -F2 '\n' -F3:1 '=' -t -T0 name win-ini

Input data

; for 16-bit app support
[fonts]
[extensions]
[mci extensions]
[files]
[Mail]
MAPI=1
CMCDLLNAME32=mapi32.dll
CMCDLLNAME=mapi.dll
CMC=1
MAPIX=1
MAPIXVER=1.0.0.1
OLEMessaging=1
[MCI Extensions.BAK]
aif=MPEGVideo
aifc=MPEGVideo
aiff=MPEGVideo
asf=MPEGVideo
asx=MPEGVideo
au=MPEGVideo
m1v=MPEGVideo
m3u=MPEGVideo
mp2=MPEGVideo
mp2v=MPEGVideo
mp3=MPEGVideo
mpa=MPEGVideo
mpe=MPEGVideo
mpeg=MPEGVideo
mpg=MPEGVideo
mpv2=MPEGVideo
snd=MPEGVideo
wax=MPEGVideo
wm=MPEGVideo
wma=MPEGVideo
wmv=MPEGVideo
wmx=MPEGVideo
wpl=MPEGVideo
wvx=MPEGVideo
[WinZip]
Note-1=This section is required only to install the optional WinZip Internet Browser Support build 0231.
Note-2=Removing this section of the win.ini will have no effect except preventing installation of WinZip Internet Browser Support build 0231.
win32_version=R6.3-7.0
[IRIS_IPE]
menu=1
[Readiris]
Scanner32=Twaino38,23
[SciCalc]
layout=0
[Intel]
CurrentLanguage=enu
[DarkBasicStateData]
BEST3DCARD=Primary Display Driver
BEST3DDEPTH=16

Output result

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE win-ini SYSTEM "xmlfy.dtd">
<win-ini>
  <fonts>
  </fonts>
  <extensions>
  </extensions>
  <mci_extensions>
  </mci_extensions>
  <files>
  </files>
  <Mail>
    <MAPI>1</MAPI>
    <CMCDLLNAME32>mapi32.dll</CMCDLLNAME32>
    <CMCDLLNAME>mapi.dll</CMCDLLNAME>
    <CMC>1</CMC>
    <MAPIX>1</MAPIX>
    <MAPIXVER>1.0.0.1</MAPIXVER>
    <OLEMessaging>1</OLEMessaging>
  </Mail>
  <MCI_Extensions.BAK>
    <aif>MPEGVideo</aif>
    <aifc>MPEGVideo</aifc>
    <aiff>MPEGVideo</aiff>
    <asf>MPEGVideo</asf>
    <asx>MPEGVideo</asx>
    <au>MPEGVideo</au>
    <m1v>MPEGVideo</m1v>
    <m3u>MPEGVideo</m3u>
    <mp2>MPEGVideo</mp2>
    <mp2v>MPEGVideo</mp2v>
    <mp3>MPEGVideo</mp3>
    <mpa>MPEGVideo</mpa>
    <mpe>MPEGVideo</mpe>
    <mpeg>MPEGVideo</mpeg>
    <mpg>MPEGVideo</mpg>
    <mpv2>MPEGVideo</mpv2>
    <snd>MPEGVideo</snd>
    <wax>MPEGVideo</wax>
    <wm>MPEGVideo</wm>
    <wma>MPEGVideo</wma>
    <wmv>MPEGVideo</wmv>
    <wmx>MPEGVideo</wmx>
    <wpl>MPEGVideo</wpl>
    <wvx>MPEGVideo</wvx>
  </MCI_Extensions.BAK>
  <WinZip>
    <Note-1>This section is required only to install the optional WinZip Internet Browser Support build 0231.</Note-1>
    <Note-2>Removing this section of the win.ini will have no effect except preventing installation of WinZip Internet Browser Support build 0231.</Note-2>
    <win32_version>R6.3-7.0</win32_version>
  </WinZip>
  <IRIS_IPE>
    <menu>1</menu>
  </IRIS_IPE>
  <Readiris>
    <Scanner32>Twaino38,23</Scanner32>
  </Readiris>
  <SciCalc>
    <layout>0</layout>
  </SciCalc>
  <Intel>
    <CurrentLanguage>enu</CurrentLanguage>
  </Intel>
  <DarkBasicStateData>
    <BEST3DCARD>Primary Display Driver</BEST3DCARD>
    <BEST3DDEPTH>16</BEST3DDEPTH>
  </DarkBasicStateData>
</win-ini>

Goto:   Top of page.   Section "Environment".   Section "Summary".   Section "Test cases".