mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-17 10:05:23 +00:00
Fix comment
This commit is contained in:
parent
db91adbcc3
commit
637275fc35
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ where
|
||||||
lxr.window.slide();
|
lxr.window.slide();
|
||||||
lxr.window.slide();
|
lxr.window.slide();
|
||||||
lxr.window.slide();
|
lxr.window.slide();
|
||||||
// Check if BOM exists
|
// TODO: Handle possible mismatch between BOM and explicit encoding declaration.
|
||||||
if let Some('\u{feff}') = lxr.window[0] {
|
if let Some('\u{feff}') = lxr.window[0] {
|
||||||
lxr.window.slide();
|
lxr.window.slide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue