We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaff09 commit 09e82acCopy full SHA for 09e82ac
test/cmdlineTests/combined_json_with_userdoc/args
@@ -0,0 +1 @@
1
+--combined-json userdoc --pretty-json --allow-paths .
test/cmdlineTests/combined_json_with_userdoc/c.sol
@@ -0,0 +1,4 @@
+// SPDX-License-Identifier: GPL-3.0
2
+pragma solidity >=0.0;
3
+
4
+contract C {}
test/cmdlineTests/combined_json_with_userdoc/input.sol
+import "./c.sol";
test/cmdlineTests/combined_json_with_userdoc/output
@@ -0,0 +1,15 @@
+{
+ "contracts":
+ {
+ "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