Skip to content

Commit 09e82ac

Browse files
committed
Add combined_json_with_userdoc to command line tests
1 parent bcaff09 commit 09e82ac

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--combined-json userdoc --pretty-json --allow-paths .
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// SPDX-License-Identifier: GPL-3.0
2+
pragma solidity >=0.0;
3+
4+
contract C {}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// SPDX-License-Identifier: GPL-3.0
2+
pragma solidity >=0.0;
3+
4+
import "./c.sol";
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"contracts":
3+
{
4+
"combined_json_with_userdoc/c.sol:C":
5+
{
6+
"userdoc":
7+
{
8+
"kind": "user",
9+
"methods": {},
10+
"version": 1
11+
}
12+
}
13+
},
14+
"version": "<VERSION REMOVED>"
15+
}

0 commit comments

Comments
 (0)