mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Extend comment.
This commit is contained in:
parent
a5810e3793
commit
ff18c7404a
@ -3,7 +3,8 @@
|
|||||||
# This script reads C++ source files and writes all
|
# This script reads C++ source files and writes all
|
||||||
# multi-line strings into individual files.
|
# multi-line strings into individual files.
|
||||||
# This can be used to extract the Solidity test cases
|
# This can be used to extract the Solidity test cases
|
||||||
# into files for e.g. fuzz testing.
|
# into files for e.g. fuzz testing as
|
||||||
|
# scripts/isolateTests.py tests/libsolidity/SolidityEndToEndTest.cpp
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
lines = sys.stdin.read().split('\n')
|
lines = sys.stdin.read().split('\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user