summaryrefslogtreecommitdiffstats
path: root/test/expected/test_text_file.sh_d59b67113864ef5e77267d7fd8ad4072f5aef0fc.out
blob: 30b1d02de5726c9f6215cf651a8defe9a1dec873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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>