summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.reg
blob: bc4e9df4a38b469db5dae7fe3d90328b6469fb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Windows Registry Editor Version 5.00
; comment

[HKEY_CURRENT_USER\SOFTWARE\Pygments]
@="Hello"
"Key With Spaces"="Something"
"Key With ="="With Quotes"
"Key With = 2"=dword:123
"Key" = "Value"
"Hex"=hex(0):1,2,3,a,b,f
"Hex 2"=hex(5):80,00,00,ff

[-HKEY_CURRENT_USER\SOFTWARE\Pygments\Subkey]

[HKEY_CURRENT_USER\SOFTWARE\Pygments\Subkey2]
; comment
@=-
"Foo"=-
"Foo"="Value"