Document current behavior of negative zero.

This commit is contained in:
James Roseborough
2012-09-17 04:21:09 +00:00
parent c4b9076b04
commit 51367db2b4
4 changed files with 21 additions and 1 deletions

View File

@@ -417,7 +417,7 @@ public class LexState {
LuaC._assert (isdigit(current));
save_and_next();
if (first == '0' && check_next("Xx"))
expo = "PpEe";
expo = "Pp";
while (true) {
if (check_next(expo))
check_next("+-");