Lines Matching refs:boo
63 expect("event.change = 'boo'", "boo");
64 expect("event.change", "boo");
67 expectError("event.changeEx = 'boo'");
70 expectError("event.commitKey = 'boo'");
75 expectError("event.fieldFull = 'boo'");
78 expectError("event.keyDown = 'boo'");
81 expectError("event.modifier = 'boo'");
84 expectError("event.name = 'boo'");
87 expect("event.rc = 'boo'", "boo");
93 expect("event.richChange = 'boo'", "boo");
98 expect("event.richChangeEx = 'boo'", "boo");
103 expect("event.richValue = 'boo'", "boo");
109 expect("event.selEnd = 'boo'", "boo");
115 expect("event.selStart = 'boo'", "boo");
119 expectError("event.shift = 'boo'");
123 expectError("event.source = 'boo'");
127 expectError("event.target = 'boo'");
130 expectError("event.targetName = 'boo'");
133 expectError("event.type = 'boo'");
136 expect("event.value = 'boo'", "boo");
137 expect("event.value", "boo");
150 expectError("event.willCommit = 'boo'");