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