aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineErrorReports/too_long_line_both_sides_short.sol
diff options
context:
space:
mode:
authorliangdzou <liang.d.zou@gmail.com>2018-09-11 03:22:13 +0800
committerliangdzou <liang.d.zou@gmail.com>2018-09-13 09:55:54 +0800
commit558a4ac49c40761697580e0915490714c4370767 (patch)
tree6a58a384b8a3600a5186a303f93405fa27a26000 /test/cmdlineErrorReports/too_long_line_both_sides_short.sol
parent9214c7c34f5e4501a50cb29de964bbf04131f9a3 (diff)
downloaddexon-solidity-558a4ac49c40761697580e0915490714c4370767.tar
dexon-solidity-558a4ac49c40761697580e0915490714c4370767.tar.gz
dexon-solidity-558a4ac49c40761697580e0915490714c4370767.tar.bz2
dexon-solidity-558a4ac49c40761697580e0915490714c4370767.tar.lz
dexon-solidity-558a4ac49c40761697580e0915490714c4370767.tar.xz
dexon-solidity-558a4ac49c40761697580e0915490714c4370767.tar.zst
dexon-solidity-558a4ac49c40761697580e0915490714c4370767.zip
give more information (at most 35 chars before and after) for too long lines
add tests for giving more informations for too long lines add edge tests for giving more informations for too long lines avoid printing out tailing white space update test case after avoiding printing out trailing whitespace update test case for removing the pre-release warning from reference refactor the code to if-else flavor rename folder to cmdlineErrorReports under test rename folder to cmdlineErrorReports under test ignore whitespace for reference files avoiding to modify the file stderr_path by call sed without -i option print ' ...' instead of ' ... ' at the end of a line
Diffstat (limited to 'test/cmdlineErrorReports/too_long_line_both_sides_short.sol')
-rw-r--r--test/cmdlineErrorReports/too_long_line_both_sides_short.sol5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cmdlineErrorReports/too_long_line_both_sides_short.sol b/test/cmdlineErrorReports/too_long_line_both_sides_short.sol
new file mode 100644
index 00000000..062f0292
--- /dev/null
+++ b/test/cmdlineErrorReports/too_long_line_both_sides_short.sol
@@ -0,0 +1,5 @@
+contract C {
+ function f(announcementTypeXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Type,
+ string Announcement, string Link, bool Oppositable, string _str, uint256 _uint, address _addr) onlyOwner external {
+}
+}