ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
137 stars 53 forks source link

Consume whitespace in VariableDeclarationTuple correctly #75

Closed cgewecke closed 7 years ago

cgewecke commented 7 years ago

Fix for #74. Whitespace is not being consumed at the beginning/end of the rule if there are no commas.