You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_text_file.sh_d59b67113...

52 lines
2.4 KiB
Plaintext

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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>