mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use same multi-source-syntax for test files
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// ---- SOURCE: a
|
||||
==== Source: a ====
|
||||
|
||||
/**This contract is empty*/ contract C {}
|
||||
|
||||
// ---- SOURCE: b
|
||||
==== Source: b ====
|
||||
|
||||
/**This contract is empty
|
||||
and has a line-breaking comment.*/
|
||||
contract C {}
|
||||
|
||||
// ---- SOURCE: c
|
||||
==== Source: c ====
|
||||
|
||||
contract C {
|
||||
/** Some comment on state var.*/ uint public state;
|
||||
|
||||
Reference in New Issue
Block a user