aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing
Commit message (Collapse)AuthorAgeFilesLines
* Update test expectations.Daniel Kirchner2018-05-0929-55/+55
|
* Update parser test expectationsAlex Beregszaszi2018-05-0415-15/+15
|
* Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-047-7/+7
|
* Move some parser tests to syntax testsAlex Beregszaszi2018-05-0329-0/+183
|
* Merge pull request #3875 from ethereum/constructorSelfRefchriseth2018-04-142-0/+38
|\ | | | | Stricter check for "this" in constructor.
| * Stricter check for member access to "this" in constructor.Daniel Kirchner2018-04-132-0/+38
| |
* | Add additional test for ``var`` for storage variables.Daniel Kirchner2018-04-123-7/+36
| |
* | Fix internal compiler error when parsing ``var`` declaration without identifier.Daniel Kirchner2018-04-122-0/+26
|/
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-101-1/+1
|
* Adds parsing sub-directory in syntaxTests and moves two example tests from ↵Daniel Kirchner2018-04-042-0/+9
SolidityParser.cpp to test contracts.