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

Unified Diff: test/regression/187.stmt

Issue 1191833002: Split after "=>" if the parameters split. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 years, 6 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/regression/108.unit ('k') | test/regression/250.unit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/187.stmt
diff --git a/test/regression/187.stmt b/test/regression/187.stmt
index 44877d827023eff9e488ec9f428a41600d7d568d..f63d8b7e68ad8b7a3788003a1700bd58883217b7 100644
--- a/test/regression/187.stmt
+++ b/test/regression/187.stmt
@@ -12,7 +12,8 @@
desc: 'Some very long descriptive text that actually isn\'t obeying the...');
<<<
String someComplicatedHelpMessage(String numberInputFieldPlaceholder,
- String timeUnitDropdownPlaceholder) => Intl.message(
+ String timeUnitDropdownPlaceholder) =>
+ Intl.message(
'Deflagrate the persimmon to $numberInputFieldPlaceholder golgafrinchans per'
'$timeUnitDropdownPlaceholder maximum, unless we say otherwise',
name: 'someComplicatedHelpMessage',
« no previous file with comments | « test/regression/108.unit ('k') | test/regression/250.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698