| OLD | NEW |
| (Empty) |
| 1 | |
| 2 ======== Move By Word ==== | |
| 3 Test 1, LTR: | |
| 4 Move right by one word | |
| 5 "abc def ghi jkl mn "[0, 4, 8, 12, 16], "opq rst uvw xyz"[0, 4, 8, 12, 15] | |
| 6 Move left by one word | |
| 7 "opq rst uvw xyz"[15, 12, 8, 4, 0], "abc def ghi jkl mn "[16, 12, 8, 4, 0] | |
| 8 Test 2, LTR: | |
| 9 Move right by one word | |
| 10 "abc def ghi jkl mn "[0, 4, 8, 12, 16], "opq rst uvw xyz"[0, 4, 8, 12, 15] | |
| 11 Move left by one word | |
| 12 "opq rst uvw xyz"[15, 12, 8, 4, 0], "abc def ghi jkl mn "[16, 12, 8, 4, 0] | |
| 13 Test 3, LTR: | |
| 14 Move right by one word | |
| 15 "AAA AAA AAA AAA "[0, 3, 8, 11], "AAA AAA AAA AAA"[0, 3, 8, 11, 15] | |
| 16 Move left by one word | |
| 17 "AAA AAA AAA AAA"[15, 11, 8, 3, 0], "AAA AAA AAA AAA "[11, 8, 3, 0] | |
| 18 Test 4, LTR: | |
| 19 Move right by one word | |
| 20 "AAA AAA AAA AAA "[0, 3, 8, 11], "AAA AAA AAA AAA"[0, 3, 8, 11, 15] | |
| 21 Move left by one word | |
| 22 "AAA AAA AAA AAA"[15, 11, 8, 3, 0], "AAA AAA AAA AAA "[11, 8, 3, 0] | |
| 23 Test 5, LTR: | |
| 24 Move right by one word | |
| 25 " abc def AAA AAA hij AAA AAA uvw xyz "[1, 5, 9, 12, 17, 21, 25, 29, 33], "AAA k
j AAA mn opq AAA AAA"[0, 4, 7, 11, 14, 18, 22, 25] | |
| 26 Move left by one word | |
| 27 "AAA kj AAA mn opq AAA AAA"[25, 22, 18, 14, 11, 7, 4, 0], " abc def AAA AAA hij
AAA AAA uvw xyz "[33, 29, 25, 21, 17, 12, 9, 5, 1] | |
| 28 Test 6, LTR: | |
| 29 Move right by one word | |
| 30 " abc def AAA AAA hij AAA AAA uvw xyz "[1, 5, 9, 12, 17, 21, 25, 29, 33], "AAA k
j AAA mn opq AAA AAA"[0, 4, 7, 11, 14, 18, 22, 25] | |
| 31 Move left by one word | |
| 32 "AAA kj AAA mn opq AAA AAA"[25, 22, 18, 14, 11, 7, 4, 0], " abc def AAA AAA hij
AAA AAA uvw xyz "[33, 29, 25, 21, 17, 12, 9, 5, 1] | |
| 33 Test 7, RTL: | |
| 34 Move left by one word | |
| 35 "abc def ghi jkl mn "[0, 3, 8, 11, 16], "opq rst uvw xyz"[0, 3, 8, 11, 15] | |
| 36 Move right by one word | |
| 37 "opq rst uvw xyz"[15, 11, 8, 3, 0], "abc def ghi jkl mn "[16, 11, 8, 3, 0] | |
| 38 Test 8, RTL: | |
| 39 Move left by one word | |
| 40 "abc def ghi jkl mn "[0, 3, 8, 11, 16], "opq rst uvw xyz"[0, 3, 8, 11, 15] | |
| 41 Move right by one word | |
| 42 "opq rst uvw xyz"[15, 11, 8, 3, 0], "abc def ghi jkl mn "[16, 11, 8, 3, 0] | |
| 43 Test 9, RTL: | |
| 44 Move left by one word | |
| 45 "AAA AAA AAA AAA "[0, 4, 8, 12], "AAA AAA AAA AAA"[0, 4, 8, 12, 15] | |
| 46 Move right by one word | |
| 47 "AAA AAA AAA AAA"[15, 12, 8, 4, 0], "AAA AAA AAA AAA "[12, 8, 4, 0] | |
| 48 Test 10, RTL: | |
| 49 Move left by one word | |
| 50 "AAA AAA AAA AAA "[0, 4, 8, 12], "AAA AAA AAA AAA"[0, 4, 8, 12, 15] | |
| 51 Move right by one word | |
| 52 "AAA AAA AAA AAA"[15, 12, 8, 4, 0], "AAA AAA AAA AAA "[12, 8, 4, 0] | |
| 53 Test 11, RTL: | |
| 54 Move left by one word | |
| 55 " abc def AAA AAA hij AAA AAA uvw xyz "[1, 4, 9, 13, 17, 21, 25, 29, 33], "AAA k
j AAA mn opq AAA AAA"[0, 4, 7, 11, 14, 18, 22, 25] | |
| 56 Move right by one word | |
| 57 "AAA kj AAA mn opq AAA AAA"[25, 22, 18, 14, 11, 7, 4, 0], " abc def AAA AAA hij
AAA AAA uvw xyz "[33, 29, 25, 21, 17, 13, 9, 4, 1] | |
| 58 Test 12, RTL: | |
| 59 Move left by one word | |
| 60 " abc def AAA AAA hij AAA AAA uvw xyz "[1, 4, 9, 13, 17, 21, 25, 29, 33], "AAA k
j AAA mn opq AAA AAA"[0, 4, 7, 11, 14, 18, 22, 25] | |
| 61 Move right by one word | |
| 62 "AAA kj AAA mn opq AAA AAA"[25, 22, 18, 14, 11, 7, 4, 0], " abc def AAA AAA hij
AAA AAA uvw xyz "[33, 29, 25, 21, 17, 13, 9, 4, 1] | |
| 63 Test 13, LTR: | |
| 64 Move right by one word | |
| 65 "abc def ghi jkl mn "[0, 4, 8, 12, 16], "opq rst uvw xyz"[0, 4, 8, 12, 15] | |
| 66 Move left by one word | |
| 67 "opq rst uvw xyz"[15, 12, 8, 4, 0], "abc def ghi jkl mn "[16, 12, 8, 4, 0] | |
| 68 Test 14, LTR: | |
| 69 Move right by one word | |
| 70 "abc def ghi jkl mn "[0, 4, 8, 12, 16, 18] | |
| 71 Move left by one word | |
| 72 "abc def ghi jkl mn "[18, 16, 12, 8, 4, 0] | |
| 73 Test 15, LTR: | |
| 74 Move right by one word | |
| 75 "abc def ghi jkl mn "[0, 4, 8, 12, 16], "opq rst uvw xyz"[0, 4, 8, 12, 15] | |
| 76 Move left by one word | |
| 77 "opq rst uvw xyz"[15, 12, 8, 4, 0], "abc def ghi jkl mn "[16, 12, 8, 4, 0] | |
| 78 Test 16, LTR: | |
| 79 Move right by one word | |
| 80 "abc def "[0, 4, 8] | |
| 81 Move left by one word | |
| 82 " hij opq"[8, 5, 1] | |
| 83 Test 17, LTR: | |
| 84 Move right by one word | |
| 85 <DIV>[0] | |
| 86 Move left by one word | |
| 87 <DIV>[0] | |
| 88 Test 18, LTR: | |
| 89 Move right by one word | |
| 90 "\n00"[3] | |
| 91 Move left by one word | |
| 92 "\n00"[3, 1] | |
| 93 | |
| OLD | NEW |