-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Let Lexer.getObj
return a dummy-Cmd
for commands that start with a non-visible ASCII character (issue 13999)
#14002
Conversation
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/995eb4a7994b3eb/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/995eb4a7994b3eb/output.txt Total script time: 5.25 mins Published |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2c8266aa5489242/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/acdf52473409b76/output.txt |
…a non-visible ASCII character (issue 13999) This way we avoid breaking badly generated PDF documents where a non-visible ASCII character is "glued" to a valid command.
2448b90
to
a47844d
Compare
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2c8266aa5489242/output.txt Total script time: 23.69 mins
Image differences available at: http://54.241.84.105:8877/2c8266aa5489242/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/acdf52473409b76/output.txt Total script time: 41.17 mins
Image differences available at: http://54.193.163.58:8877/acdf52473409b76/reftest-analyzer.html#web=eq.log |
Thank you for improving this! /botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/8b378a8d2454f8e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 1 Live output at: http://54.193.163.58:8877/11ab0c25351359b/output.txt |
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/11ab0c25351359b/output.txt Total script time: 36.92 mins
|
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/8b378a8d2454f8e/output.txt Total script time: 60.00 mins
|
/botio-linux makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/b6190d925c53bea/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/b6190d925c53bea/output.txt Total script time: 24.02 mins
|
This way we avoid breaking badly generated PDF documents where a non-visible ASCII character is "glued" to a valid command.
Fixes #13999