lnav/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out

52 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-07-28 04:50:12 +00:00
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
2023-07-28 04:50:12 +00:00
Bold red
Underline
Hello,
World!
Goodbye, ▌World╏!
2023-08-18 04:31:28 +00:00
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>