fjpanag commented on PR #8441:
URL: https://github.com/apache/nuttx/pull/8441#issuecomment-1420590008

   @flyingfish89 I tried the above change, and indeed it fixes the issue. The 
tests move forward.
   
   However, I get a new failure at:
   
   ```Lua
   assert(tonumber'+ 0.01' == nil and tonumber'+.e1' == nil and
          tonumber'1e' == nil     and tonumber'1.0e+' == nil and
          tonumber'.' == nil)
   ```
   
   After commenting out the failing tests, I get a new failure at:
   
   ```Lua
   assert(f(tonumber('  ')) == nil)
   ```
   
   *(And maybe there are more after that...)*


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to