test: button with single quote in label

This commit is contained in:
Ankush Menat 2022-06-12 16:24:39 +05:30
parent 89889753e4
commit 03f48580ef

View file

@ -4,6 +4,7 @@ const test_button_names = [
"Porcupine Tree (the GOAT)",
"AC / DC",
`Electronic Dance "music"`,
"l'imperatrice",
];
const add_button = (label, group = "TestGroup") => {