llvm-svn: 291148
This commit is contained in:
Joerg Sonnenberger 2017-01-05 17:59:44 +00:00
parent d7baada5dd
commit e9987a1d2f
1 changed files with 2 additions and 2 deletions

View File

@ -541,8 +541,8 @@ TEST_F(FormatTestJS, FunctionLiterals) {
" foo();\n"
" bar();\n"
" },\n"
" this, arg1IsReallyLongAndNeeedsLineBreaks,\n"
" arg3IsReallyLongAndNeeedsLineBreaks);");
" this, arg1IsReallyLongAndNeedsLineBreaks,\n"
" arg3IsReallyLongAndNeedsLineBreaks);");
verifyFormat("var closure = goog.bind(function() { // comment\n"
" foo();\n"
" bar();\n"