1 This test checks how text editor updates autocompletion dictionary in a response to user input.
4 Running: testCompletionsShowUpOnKeyPress
5 ========= Text in editor =========
6 name1 name2 name3 name4
8 ======= Words in dictionary =======
9 [name1, name2, name3, name4]
12 Running: testSetInitialText
13 ========= Text in editor =========
21 ======= Words in dictionary =======
22 [a_b, five, four, one, seven, six, three3_, two]
25 Running: testAlphaNumericWords
26 ========= Text in editor =========
27 |2 2foo foo2 2foo4 foo3bar
28 ======= Words in dictionary =======
33 ========= Text in editor =========
34 |dog cat 'mouse';dog bird
35 ======= Words in dictionary =======
36 [bird, cat, dog, mouse]
39 Running: testSimpleEdit
40 ========= Text in editor =========
41 do| cat 'mouse';dog bird
42 ======= Words in dictionary =======
43 [bird, cat, do, dog, mouse]
46 Running: testDeleteOneDogAndOneCat
47 ========= Text in editor =========
49 ======= Words in dictionary =======