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

Unified Diff: test/regression/0000/0057.stmt

Issue 1252323003: Allow arguments before and after block-formatted functions. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Update pubspec and changelog. 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/regression/0000/0050.stmt ('k') | test/regression/0300/0369.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/0000/0057.stmt
diff --git a/test/regression/0000/0057.stmt b/test/regression/0000/0057.stmt
index b7598f468a83a9456b10030595c01276d820f121..282a5c77a8ff5e64ea0d9354a1added77d09b934 100644
--- a/test/regression/0000/0057.stmt
+++ b/test/regression/0000/0057.stmt
@@ -4,6 +4,9 @@ embeddedPlural2(n) => Intl.message(
zero: 'none', one: 'one', other: 'some')} plus some text.",
name: 'embeddedPlural2', desc: 'An embedded plural', args: [n]);
<<<
-embeddedPlural2(n) => Intl.message("${Intl.plural(n,
+embeddedPlural2(n) => Intl.message(
+ "${Intl.plural(n,
zero: 'none', one: 'one', other: 'some')} plus some text.",
- name: 'embeddedPlural2', desc: 'An embedded plural', args: [n]);
+ name: 'embeddedPlural2',
+ desc: 'An embedded plural',
+ args: [n]);
« no previous file with comments | « test/regression/0000/0050.stmt ('k') | test/regression/0300/0369.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698