phax / ph-css

Advanced Java CSS 3 parser and builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scientific notation can also contain '.'

shagkur opened this issue · comments

Example:
1.5e-05 is also perfectly valid. see: https://en.wikipedia.org/wiki/Scientific_notation

You are so right - thx

Wait with applying the PR. need to check again the rule

The order of the rules in the JJT file might be relevant - that was already tricky previously....

Okay. Well it rather seems that i missed the SPLIT_NUMBER regex in CSSParserHelper. The value from the test is parsed correctly.

Part of 6.4.4 release