Skip to content

Commit bba9dd2

Browse files
author
Jeroen Ketema
committed
Properly handle tabs
1 parent 64868b4 commit bba9dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyth/plugins/rtf15/reader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ def handle_ldblquote(self):
580580
def handle_rdblquote(self):
581581
self.content.append(u'\u201D')
582582

583+
def handle_tab(self):
584+
self.content.append(u'\t')
583585

584586
def handle_field(self):
585587
def finalize():

0 commit comments

Comments
 (0)