Comment line breaks only for magic lines

This commit is contained in:
Sergii Khomenko 2019-04-15 22:05:26 +02:00
parent 8fb20dd0b8
commit fab6ba6e06

View File

@ -113,7 +113,8 @@ def _get_code(input_file):
# Found a special character, need to "encode"
code_line = "###!!!" + code_line
is_line_split = check_line_split(code_line)
# if this cell ends with `\` -> skip the next line
is_line_split = check_line_split(code_line)
# Sometimes, people leave \n at the end of cell
# in order to migrate only related things, and make the diff