Chromium Code Reviews
Descriptionremove old fasta missing exponent recovery
As of https://codereview.chromium.org/3002493003
fasta recovers from a missing exponent by
first issuing an error and then appending '0' to the number
so that 347e becomes 347e0
This CL removes the old error recovery that appends NaN
to the token stream as it is no longer needed.
Fix https://github.com/dart-lang/sdk/issues/30508
R=scheglov@google.com
Committed: https://github.com/dart-lang/sdk/commit/07a00fc2589d6c64249f5e7a184ae38d9cf98d68
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|
||||||||||||||||||||||||||||