diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 23:18:16 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 23:18:16 -0700 |
commit | 2586b84899676b7d782fda8639036fc06410425a (patch) | |
tree | b1c394499ac3a84b914ebcfdf43a512487c16bd5 | |
parent | 21bd8281a7b7e2bb9e946cd7fd2d7e0cee046105 (diff) | |
download | text.love-2586b84899676b7d782fda8639036fc06410425a.tar.gz |
.
-rw-r--r-- | Manual_tests.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Manual_tests.md b/Manual_tests.md index efdd8b1..c32053c 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -13,6 +13,6 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking. ### Todo list -resize: - create a file containing a long line of characters without spaces. try - resizing the window vertically and horizontally, as far as possible. +* resize: + * create a file containing a long line of characters without spaces. try + resizing the window vertically and horizontally, as far as possible. |