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

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