diff options
author | Tim Hatch <tim@timhatch.com> | 2012-11-06 07:48:05 -0800 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2012-11-06 07:48:05 -0800 |
commit | f98c750b3d913e992dcd44a8812f8be0df6ef683 (patch) | |
tree | 4dc2373c68df4c5ca1220d065018c5adcbc2739b /tests/examplefiles/example.reg | |
parent | 8ffdd2ba263b84c47e40fdd1121bd737149f1798 (diff) | |
download | pygments-f98c750b3d913e992dcd44a8812f8be0df6ef683.tar.gz |
Forgot .reg examplefile.
Diffstat (limited to 'tests/examplefiles/example.reg')
-rw-r--r-- | tests/examplefiles/example.reg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/examplefiles/example.reg b/tests/examplefiles/example.reg new file mode 100644 index 00000000..bc4e9df4 --- /dev/null +++ b/tests/examplefiles/example.reg @@ -0,0 +1,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" |