You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first case, highlightjs-solidity seems to parse the / after tx.origin as division and the * as operators. In MetaCoin2, it will correctly parse the comment (when there is a space between tx.origin and /).
The text was updated successfully, but these errors were encountered:
Consider the following two similar Solidity contracts:
and
In the first case, highlightjs-solidity seems to parse the
/
aftertx.origin
as division and the*
as operators. InMetaCoin2
, it will correctly parse the comment (when there is a space betweentx.origin
and/
).The text was updated successfully, but these errors were encountered: