Adding upstream version 26.19.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
873e685933
commit
0eb0fedc25
98 changed files with 67345 additions and 65319 deletions
|
@ -173,7 +173,7 @@ impl<'a> TokenizerState<'a> {
|
|||
if Some(&self.token_types.break_) == self.settings.white_space.get(&self.current_char) {
|
||||
// Ensures we don't count an extra line if we get a \r\n line break sequence.
|
||||
if !(self.current_char == '\r' && self.peek_char == '\n') {
|
||||
self.column = 1;
|
||||
self.column = i as usize;
|
||||
self.line += 1;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue