diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/script/replay-live | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/expected/script/replay-live b/tests/expected/script/replay-live new file mode 100644 index 0000000..7d575ed --- /dev/null +++ b/tests/expected/script/replay-live @@ -0,0 +1,7 @@ +>>> scriptlive: Starting your typescript execution by sh. +echo "result is $(($NUMBER + 1))"
+prompt> echo "result is $(($NUMBER + 1))"
+result is 124
+prompt> exit
+ +>>> scriptlive: done. |