solidity/test/libsolidity/syntaxTests
Alex Beregszaszi 36d6c27e68
Merge pull request #3745 from ethereum/fixRecursion
Fix invalid recursion errors for structs
2018-04-05 12:04:54 +02:00
..
constants Extract constant cycle tests. 2018-04-03 16:29:18 +02:00
inheritance Constructors are defined using the `constructor` keyword. 2018-04-03 18:21:55 +02:00
parsing Adds parsing sub-directory in syntaxTests and moves two example tests from SolidityParser.cpp to test contracts. 2018-04-03 19:54:46 +02:00
scoping Extract scoping tests. 2018-03-16 00:47:32 +01:00
specialFunctions Update tests for empty structs 2018-03-31 00:27:01 +01:00
structs/recursion Fix detection of recursive structs. 2018-04-03 16:27:28 +02:00
virtualLookup Changelog entry. 2018-03-13 16:55:41 +01:00
visibility Makes visibility warning more concise. 2018-04-03 11:16:50 +02:00
docstring_empty_description.sol DocStringParser: Add Changelog entry and test case for empty descriptions. 2018-03-14 10:34:16 +01:00
double_stateVariable_declaration.sol Infrastructure for extracting syntax tests in separate test files. 2018-03-13 11:20:11 +01:00
double_variable_declaration_050.sol Infrastructure for extracting syntax tests in separate test files. 2018-03-13 11:20:11 +01:00
double_variable_declaration.sol Infrastructure for extracting syntax tests in separate test files. 2018-03-13 11:20:11 +01:00
empty_struct_050.sol Still allow empty structs for non-0.5.0 mode 2018-03-27 15:49:41 +01:00
empty_struct.sol Still allow empty structs for non-0.5.0 mode 2018-03-27 15:49:41 +01:00
smoke_test.sol Infrastructure for extracting syntax tests in separate test files. 2018-03-13 11:20:11 +01:00