trufflesuite / truffle-core

Core code for Truffle command line tool
MIT License
93 stars 93 forks source link

Reject creation of entities with invalid names #116

Closed dmihal closed 6 years ago

dmihal commented 6 years ago

Fixes trufflesuite/truffle#790

Rejects creation of entities that are not valid Solidity identifiers.

cgewecke commented 6 years ago

Excellent, thank you.