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

   Well... After applying this change, a get a previous test failing:
   
   ```Lua
   assert(0e12 == 0 and .0 == 0 and 0. == 0 and .2e2 == 20 and 2.E-1 == 0.2)
   ```
   
   with:
   ```
   math.lua:5: malformed number near '2.E-1'
   ```


-- 
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

Reply via email to