aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-22 16:17:37 -0500
committerTed Gould <ted@gould.cx>2011-08-22 16:17:37 -0500
commitc9245e5be5eba930ebb83b6dc1ac3f0ba30ca4a6 (patch)
tree07de4e66d55ea46c5de923852f43ca8638248e21 /tests
parentabe4a9be07841b4eb735e32b47e86d67b16fddef (diff)
downloadlibdbusmenu-c9245e5be5eba930ebb83b6dc1ac3f0ba30ca4a6.tar.gz
libdbusmenu-c9245e5be5eba930ebb83b6dc1ac3f0ba30ca4a6.tar.bz2
libdbusmenu-c9245e5be5eba930ebb83b6dc1ac3f0ba30ca4a6.zip
Adding in a mnemonic test
Diffstat (limited to 'tests')
-rw-r--r--tests/test-gtk-label.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/test-gtk-label.json b/tests/test-gtk-label.json
index e1abff1..86d18e8 100644
--- a/tests/test-gtk-label.json
+++ b/tests/test-gtk-label.json
@@ -388,5 +388,37 @@ QmCC",
"disposition": "alert"
}
]
+ },
+ {"id": 1, "type": "standard",
+ "label": "value1",
+ "submenu": [
+ {"id": 70,
+ "label": "_Mnemonic"
+ },
+ {"id": 71,
+ "label": "M_nemonic"
+ },
+ {"id": 72,
+ "label": "Mn_emonic"
+ },
+ {"id": 73,
+ "label": "Mne_monic"
+ },
+ {"id": 74,
+ "label": "Mnem_onic"
+ },
+ {"id": 75,
+ "label": "Mnemo_nic"
+ },
+ {"id": 76,
+ "label": "Mnemon_ic"
+ },
+ {"id": 77,
+ "label": "Mnemoni_c"
+ },
+ {"id": 78,
+ "label": "__Underline__"
+ }
+ ]
}
]