blob: 04574d806fd97ea2058429bd1187f13b6b9dc72f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="AutoCorrectTests.js"></script>
<script>
function performTest()
{
Outline_init();
AutoCorrect_init();
PostponedActions_perform();
Cursor_insertCharacter("one");
Cursor_insertCharacter(" twox");
AutoCorrect_correctPrecedingWord(4,"two");
Cursor_insertCharacter(" three");
Cursor_insertCharacter(" fourx");
AutoCorrect_correctPrecedingWord(5,"four");
Cursor_insertCharacter(" five");
PostponedActions_perform();
showSelection();
AutoCorrect_replaceCorrection("A");
PostponedActions_perform();
return showCorrections();
}
</script>
</head>
<body>
<p>[]</p>
</body>
</html>