Warning, /frameworks/syntax-highlighting/autotests/reference/test.ini.ref is written in an unsupported language. File is not indexed.

0001 <Comment>; comment</Comment><br/>
0002 <Comment>; comment with </Comment><Alert Level 3>###</Alert Level 3><Comment> alerts</Comment><br/>
0003 <Comment># alternative comments</Comment><br/>
0004 <Normal Text></Normal Text><br/>
0005 <Section>[Empty section]</Section><br/>
0006 <Normal Text></Normal Text><br/>
0007 <Section>[Section 2]</Section><br/>
0008 <Normal Text>Key1</Normal Text><Assignment>=</Assignment><Value>String Value</Value><br/>
0009 <Normal Text>Key2</Normal Text><Assignment>=</Assignment><Int>42</Int><br/>
0010 <Normal Text>Key3</Normal Text><Assignment>=</Assignment><Float>3.14</Float><br/>
0011 <Normal Text>Key4</Normal Text><Assignment>=</Assignment><Int>-42</Int><br/>
0012 <Normal Text>Key5</Normal Text><Assignment>=</Assignment><Value>128.0.0.1</Value><br/>
0013 <Normal Text>Key\SubKey</Normal Text><Assignment>=</Assignment><Keyword>True</Keyword><br/>
0014 <Normal Text></Normal Text><br/>
0015 <Section>[Section 3]</Section><br/>
0016 <Comment>; = in values are fine</Comment><br/>
0017 <Comment>; inline comments are not supported, ;/# are part of the value</Comment><br/>
0018 <Normal Text>key4 </Normal Text><Assignment>=</Assignment><Value> foo = True; bar = False</Value><br/>
0019 <Normal Text>key4b </Normal Text><Assignment>=</Assignment><Value> abcd#1234!</Value><br/>
0020 <Normal Text>key5/subkey </Normal Text><Assignment>=</Assignment><Value> "foo\nbar 123.123 123456"</Value><br/>
0021 <Normal Text></Normal Text><br/>
0022 <Section>[php]</Section><br/>
0023 <Normal Text>error_reporting</Normal Text><Assignment>=</Assignment><Value>~</Value><Keyword>E_NOTICE</Keyword><br/>
0024 <Normal Text>error_reporting</Normal Text><Assignment>=</Assignment><Keyword>E_ALL</Keyword><Value> | </Value><Keyword>E_STRICT</Keyword><br/>