Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: test/splitting/mixed.stmt

Issue 1258203006: Handle function arguments inside function calls. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Reformat self. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/splitting/function_arguments.stmt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/splitting/mixed.stmt
diff --git a/test/splitting/mixed.stmt b/test/splitting/mixed.stmt
index 2c57dae67b89eceb6142954e550cf9f8cd1c5702..0ef02fd935a2615cf5849fa29e3f91ade716c971 100644
--- a/test/splitting/mixed.stmt
+++ b/test/splitting/mixed.stmt
@@ -71,11 +71,9 @@ function(
>>> unnested function inside nested expression
function(argument, function(() {;}));
<<<
-function(
- argument,
- function(() {
- ;
- }));
+function(argument, function(() {
+ ;
+}));
>>> nested function inside nested expression
function(argument, function(() {;}, argument, () {;}));
<<<
« no previous file with comments | « test/splitting/function_arguments.stmt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698