Show More
@@ -253,7 +253,7 b' class SystemAssign(TokenTransformBase):' | |||||
253 | lhs = lines[start_line][:start_col] |
|
253 | lhs = lines[start_line][:start_col] | |
254 | end_line = find_end_of_continued_line(lines, start_line) |
|
254 | end_line = find_end_of_continued_line(lines, start_line) | |
255 | rhs = assemble_continued_line(lines, (start_line, start_col), end_line) |
|
255 | rhs = assemble_continued_line(lines, (start_line, start_col), end_line) | |
256 |
|
|
256 | assert rhs.startswith('!'), rhs | |
257 | cmd = rhs[1:] |
|
257 | cmd = rhs[1:] | |
258 |
|
258 | |||
259 | lines_before = lines[:start_line] |
|
259 | lines_before = lines[:start_line] |
General Comments 0
You need to be logged in to leave comments.
Login now