From 179d92452db67fb0e9bcc2be90a1bbab07f25682 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 17 Mar 2020 21:58:49 +0100 Subject: [PATCH] Resurrect one last function So *that's* where "r2l" is used! --- tests/test_functions/r2l.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/test_functions/r2l.fish diff --git a/tests/test_functions/r2l.fish b/tests/test_functions/r2l.fish new file mode 100644 index 000000000..5401ddb7b --- /dev/null +++ b/tests/test_functions/r2l.fish @@ -0,0 +1,5 @@ +function r2l + read line1 + read line2 + echo $line1 then $line2 +end