Update vlib/toml/scanner/scanner.v
Co-authored-by: JalonSolov <JalonSolov@gmail.com>pull/13967/head
parent
f8ae042eb9
commit
eb1de2ac4e
|
|
@ -9,7 +9,7 @@ import toml.util
|
|||
|
||||
pub const (
|
||||
digit_extras = [`_`, `.`, `x`, `o`, `b`, `e`, `E`]
|
||||
end_of_text = 4294967295
|
||||
end_of_text = u32(~0)
|
||||
)
|
||||
|
||||
// Scanner contains the necessary fields for the state of the scan process.
|
||||
|
|
|
|||
Loading…
Reference in New Issue