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

Unified Diff: packages/dart_style/test/regression/0000/0087.unit

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
Index: packages/dart_style/test/regression/0000/0087.unit
diff --git a/packages/dart_style/test/regression/0000/0087.unit b/packages/dart_style/test/regression/0000/0087.unit
new file mode 100644
index 0000000000000000000000000000000000000000..213d36d9b1c6f58ff4084ac6e1b7bf33fbd4d199
--- /dev/null
+++ b/packages/dart_style/test/regression/0000/0087.unit
@@ -0,0 +1,42 @@
+>>>
+void main() {
+ List<List> containsPointMatches = [
+ [0, 0, isFalse],
+ [1, 0, isFalse],
+ [2, 0, isFalse],
+ [3, 0, isFalse],
+ [0, 1, isFalse],
+ [1, 1, isTrue],
+ [2, 1, isTrue],
+ [3, 1, isFalse],
+ [0, 2, isFalse],
+ [1, 2, isTrue],
+ [2, 2, isTrue],
+ [3, 2, isFalse],
+ [0, 3, isFalse],
+ [1, 3, isFalse],
+ [2, 3, isFalse],
+ [3, 3, isFalse]
+ ];
+}
+<<<
+void main() {
+ List<List> containsPointMatches = [
+ [0, 0, isFalse],
+ [1, 0, isFalse],
+ [2, 0, isFalse],
+ [3, 0, isFalse],
+ [0, 1, isFalse],
+ [1, 1, isTrue],
+ [2, 1, isTrue],
+ [3, 1, isFalse],
+ [0, 2, isFalse],
+ [1, 2, isTrue],
+ [2, 2, isTrue],
+ [3, 2, isFalse],
+ [0, 3, isFalse],
+ [1, 3, isFalse],
+ [2, 3, isFalse],
+ [3, 3, isFalse]
+ ];
+}
« no previous file with comments | « packages/dart_style/test/regression/0000/0086.unit ('k') | packages/dart_style/test/regression/0000/0089.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698