Ticket #55 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Paste butchers tabs

Reported by: scott Owned by: tag
Priority: major Milestone:
Component: awkbot Version:
Keywords: Cc:

Description (last modified by scott) (diff)

Tabs are coming out as "\t", although the paste renders correctly initially…

http://awkpaste.blisted.org/cgi/paste.cgi?id=101

Appears as:

    0 Test
    1 \tfoo \tbar
    2 \t\tbin
    3 \t\ttesting tabs...
    4 

But, the response from the paste was rendered correctly as:

    0 Test
    1 	foo 	bar
    2 		bin
    3 		testing tabs...
    4 

Change History

Changed 7 months ago by scott

  • description modified (diff)

Changed 7 months ago by scott

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.