| | @@ -17,18 +17,23 @@ |
| 17 | 17 | |
| 18 | 18 | <li><p> |
| 19 | 19 | Click on each of the links in in the |
| 20 | 20 | [./diff-test-1.wiki] document and verify that all diffs are |
| 21 | 21 | rendered correctly. |
| 22 | + |
| 22 | 23 | <li><p> |
| 23 | 24 | Click on the following link to verify that it works: [./test-page%2b%2b.wiki | ./test-page++.wiki] |
| 24 | 25 | (NB: Many web servers automatically block |
| 25 | 26 | or rewrite URLs that contain "+" characters, even when those "+" |
| 26 | 27 | characters are encoded as "%2B". On such web servers, the URL |
| 27 | 28 | above will not work. This test is only guaranteed to work |
| 28 | 29 | when running "fossil ui".) |
| 29 | 30 | |
| 31 | +<li><p> |
| 32 | +Shift-click on each of the links in [./fileage-test-1.wiki] and verify |
| 33 | +correct operation of the file-age computation. |
| 34 | + |
| 30 | 35 | <li><p> |
| 31 | 36 | Verify correct name-change tracking behavior (no net changes) for: |
| 32 | 37 | <blockquote><b> |
| 33 | 38 | fossil test-name-changes --debug b120bc8b262ac 374920b20944b |
| 34 | 39 | </b></blockquote> |
| 35 | 40 | |