mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Add test json file.
This commit is contained in:
parent
acc46c4dd2
commit
e2d2f35713
1 changed files with 8 additions and 0 deletions
8
Test/json/fail/brackets.json
Normal file
8
Test/json/fail/brackets.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[{ "prompt" : "mpd " , "run-in-terminal" : false , "commands" : { "play" : "mpc play" , "stop" :
|
||||
"mpc stop",
|
||||
"next" : "mpc next" , "prev" : "mpc prev" , "Options: Single" : "mpc single" , "Options: Random" :
|
||||
"mpc random",
|
||||
"Options: Consume" : "mpc consume" , "Options: Repeat" : "mpc repeat" , "Options: Replaygain Track"
|
||||
: "mpc replaygain track",
|
||||
"Options: Replaygain Album" : "mpc replaygain album" , "Options: Replaygain None" : "mpc replaygain
|
||||
none" }}]
|
Loading…
Reference in a new issue