Menu

#19 Fix syntax check of MATH transform

open-fixed
nobody
None
5
2012-12-21
2012-01-04
Wim Nelis
No

The syntax check of the MATH transforms issues an error message on transform "ifInLoad : MATH : ({ifInBps} / {ifBps}) x 100". The syntax check is changed to accept this transform too.

Discussion

  • Wim Nelis

    Wim Nelis - 2012-01-04

    Fix syntax check of MATH transform

     
  • Buchan Milne

    Buchan Milne - 2012-12-21
    • status: open --> open-fixed
     
  • Wim Nelis

    Wim Nelis - 2013-01-02

    It is verified that this patch fixes the described problem. However, there are a few remarks:
    A) the operator 'x' is now handled differently from operator '.', while there is no reason, as far as I can see, to do so. Both "\s+" around the "x" operator can be replaced by "\s".
    B) if the check is successfull, the result (in $temp) will be an emtpy string, and thus never contain blank spaces.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.