retronews

a featureful fork of the luke8086/retronews hn+lobste.rs tui
Log | Files | Refs | README | LICENSE

test_lb_09.out (468B)


      1 > Lorem ipsum dolor sit amet, consectetur adipiscing elit
      2 
      3 > Lorem ipsum dolor sit amet, consectetur adipiscing elit
      4 > 
      5 > | def hello_world():
      6 > |   print('hello')
      7 > |   if True:
      8 > |     print('world')
      9 > |   print('!!!')
     10 > | 
     11 > | hello_world()
     12 
     13 Lorem ipsum dolor sit amet, consectetur adipiscing elit
     14 
     15 | def hello_world():
     16 |   print('hello')
     17 |   if True:
     18 |     print('world')
     19 |   print('!!!')
     20 | 
     21 | hello_world()
     22 
     23 Lorem ipsum dolor sit amet, consectetur adipiscing elit