summaryrefslogtreecommitdiff
path: root/testData.h
diff options
context:
space:
mode:
Diffstat (limited to 'testData.h')
-rw-r--r--testData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testData.h b/testData.h
index ba7667f..00e6d33 100644
--- a/testData.h
+++ b/testData.h
@@ -17,7 +17,7 @@
// - Trailing spaces -> sis, heightened, minim
// - Spaces before the words -> sis, unholly, pop
// - Non latin alphabet (greek & russian)
-const char *wrd[] = {
+const char* wrd[] = {
"abba", "betrothed", "deified", "elevation", "genesis", "kayak", "murdum",
" pop", "relinquish", "stats", "thirst", "abhorrent", "accentuated",
"agoraphobia", " aibohphobia", "anemia", "bIb", "bittersweet", "bob",
@@ -28,7 +28,7 @@ const char *wrd[] = {
"peep", "penitentiary", " polymorphism", "poRtmanteau", "quizzaciously",
"racecar", "radar", "redder", "repaper", "rotator", "rotavator", "sagas",
" sis ", "solos", "superlative", "tartigrade", "tattarrattat", "tenacity",
- "tenet", " unholly", "wow" "élévation", "μουσικότητα", "неандерталец",
+ "tenet", " unholly", "wow", "élévation"
};
// }}}
// Sample numbers {{{