diff --git a/tests/controls/label.cpp b/tests/controls/label.cpp
index 1b8f744cd8..bb8cf168b8 100644
--- a/tests/controls/label.cpp
+++ b/tests/controls/label.cpp
@@ -43,6 +43,9 @@ void DoTestLabel(wxControl* c)
"label with &mnemonic",
"label with some markup",
"label with some markup and &mnemonic",
+ "label with an && (ampersand)",
+ "label with an && (&ersand)",
+ "", // empty label should work too
};
for ( unsigned int s = 0; s < WXSIZEOF(testLabelArray); s++ )