From 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:01:36 +0200 Subject: Adding upstream version 0.11.2. Signed-off-by: Daniel Baumann --- test/formats/scripts/multiline-echo.lnav | 3 +++ test/formats/scripts/nested-redirecting.lnav | 5 +++++ test/formats/scripts/redirecting.lnav | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 test/formats/scripts/multiline-echo.lnav create mode 100644 test/formats/scripts/nested-redirecting.lnav create mode 100644 test/formats/scripts/redirecting.lnav (limited to 'test/formats/scripts') diff --git a/test/formats/scripts/multiline-echo.lnav b/test/formats/scripts/multiline-echo.lnav new file mode 100644 index 0000000..6913088 --- /dev/null +++ b/test/formats/scripts/multiline-echo.lnav @@ -0,0 +1,3 @@ +;SELECT 'World' as name +:echo Hello, ${name}! +Goodbye, ${name}! diff --git a/test/formats/scripts/nested-redirecting.lnav b/test/formats/scripts/nested-redirecting.lnav new file mode 100644 index 0000000..785c605 --- /dev/null +++ b/test/formats/scripts/nested-redirecting.lnav @@ -0,0 +1,5 @@ +:echo HOWDY! +:redirect-to hw2.txt +:echo HELLO, WORLD! +:redirect-to +:echo GOODBYE, WORLD! diff --git a/test/formats/scripts/redirecting.lnav b/test/formats/scripts/redirecting.lnav new file mode 100644 index 0000000..84b42c2 --- /dev/null +++ b/test/formats/scripts/redirecting.lnav @@ -0,0 +1,6 @@ +:echo Howdy! +:redirect-to hw.txt +:echo Hello, World! +|nested-redirecting +:redirect-to +:echo Goodbye, World! -- cgit v1.2.3