Commit 4788a08
committed
Remove broken
The variable `line` doesn't really exist, but we've never gotten an
error report, and I can't come up with a valid ruby syntax that actually
hits this clause. The check looks at the end of the line and whether
it's a string or comment, but we already do that in
`s:MultilineStringOrLineComment`.
The issue was discovered on this text:
Indent tests failed:
testdir/html.fail
indent (this) line;
So, a colon on the first line, some text that doesn't end in a
continuation character, and the last line errors out. But I couldn't
come up with a syntactically valid ruby combination that would hit it.
So I removed the check completely.s:IsInString check1 parent e367f7b commit 4788a08
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | | - | |
646 | | - | |
| 645 | + | |
647 | 646 | | |
648 | 647 | | |
649 | 648 | | |
| |||
0 commit comments