lnav/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out
2023-08-17 21:31:28 -07:00

45 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Test
• One
• Two
• Three
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>