diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-29 08:18:28 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-29 08:18:28 -0800 |
commit | cc757ffc4cc52630a6342a01a39fa9ad54eff7fc (patch) | |
tree | e72293db17be74a76e9bd194cacac136108ed4b5 | |
parent | 36d3d10b1adb44733ad19e37846a4ae9b2bfa566 (diff) | |
download | teliva-cc757ffc4cc52630a6342a01a39fa9ad54eff7fc.tar.gz |
why not keep manual tests in the repo?
-rw-r--r-- | manual_tests | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests new file mode 100644 index 0000000..c88f7dd --- /dev/null +++ b/manual_tests @@ -0,0 +1,15 @@ +run a program +run a program, edit +run a program, edit, make an edit, run | edit takes effect +run a program with error | big picture +run a program, edit, make an error, run +run a program, edit, ^g to a different definition, make an edit, ^e to run again +run a program, edit, ^g to a non-existent definition +run a program, edit, ^g to a different definition, ^g to a different definition, ^e to run again +start -> big picture -> edit -> move cursor -> run -> edit | cursor preserved +start -> big picture -> edit A -> move cursor -> big picture -> edit B | cursor initialized +start -> big picture -> edit -> move cursor -> run -> exit -> start | big picture (optional) +start -> big picture -> edit A -> move cursor -> run -> exit -> start -> ... -> edit B | cursor initialized +start -> big picture -> edit A -> move cursor -> run -> exit -> start -> ... -> edit B | big picture +syntax highlighting for line comments +syntax highlighting for multiline comments |