summaryrefslogtreecommitdiffstats
path: root/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out51
1 files changed, 51 insertions, 0 deletions
diff --git a/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out b/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out
new file mode 100644
index 0000000..30b1d02
--- /dev/null
+++ b/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out
@@ -0,0 +1,51 @@
+
+Test
+
+ • One
+ • Two
+ • Three
+
+🖼 ]8;;file://{top_srcdir}/docs/lnav-tui.png\lnav-tui.png]8;;\[1]
+
+🖼 ]8;;file://{top_srcdir}/docs/lnav-architecture.png\The internal architecture of lnav]8;;\[2]
+
+ ▌[1] - file://{top_srcdir}/docs/lnav-tui.png
+ ▌[2] - file://{top_srcdir}/docs/lnav-architecture.png
+
+Bold red
+
+Underline
+
+ Hello,
+ World!
+
+
+Goodbye, ▌World╏!
+
+ ▌foo bar bar 
+ ▌baz "xyz" 
+
+ ▌/* 
+ ▌ * This program prints "Hello, World!" 
+ ▌ */ 
+ ▌ 
+ ▌#include <stdio.h> 
+ ▌ 
+ ▌int main() { 
+ ▌ printf("Hello, World!\n"); 
+ ▌} 
+
+ ▌def hw(name): 
+ ▌ """ 
+ ▌ This function prints "Hello, <name>!" 
+ ▌ """ 
+ ▌ 
+ ▌ print(f"Hello, {name}!") # test comment 
+
+ ▌<?xml version="1.0" encoding="utf-8" ?> 
+ ▌<books> 
+ ▌ <!-- Line comment --> 
+ ▌ <book id="100"> 
+ ▌ <author>Finnegan</author> 
+ ▌ </book> 
+ ▌</books>