-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Ignore double negative in Lexer_getNumber
(issue 6218)
#6220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Basic mathematics would suggest that a double negative should always become positive, but it appears that Adobe Reader simply ignores that case. Hence I think that it makes sense for us to do the same. Fixes 6218.
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/a9abbbb863c793a/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/a9abbbb863c793a/output.txt Total script time: 0.63 mins Published |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/a10cd373a1e8daf/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/873e390992153c2/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/873e390992153c2/output.txt Total script time: 19.31 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/a10cd373a1e8daf/output.txt Total script time: 20.33 mins
|
Ignore double negative in `Lexer_getNumber` (issue 6218)
Looks good, thanks! |
Basic mathematics would suggest that a double negative should always become positive, but it appears that Adobe Reader simply ignores that case. Hence I think that it makes sense for us to do the same.
Fixes #6218.