mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parse csv input
This commit is contained in:
@@ -33,7 +33,7 @@ string ConstraintGenerator::generate()
|
||||
{
|
||||
constraint += sep + to_string(randomInteger());
|
||||
if (sep.empty())
|
||||
sep = ", ";
|
||||
sep = ",";
|
||||
}
|
||||
constraint += "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user