fjpanag commented on PR #8495: URL: https://github.com/apache/nuttx/pull/8495#issuecomment-1426776172
@flyingfish89 Thank you for this. Just to provide some feedback, after this patch, all tests pass, apart from specifically the following: ```Lua assert(tonumber'+ 0.01' == nil and tonumber'+.e1' == nil and tonumber'1e' == nil and tonumber'1.0e+' == nil and tonumber'.' == nil) ``` I think this is the only one left. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org