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

Unified Diff: recipe_engine/unittests/test.py

Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Patch Set: Add nested statement too Created 4 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: recipe_engine/unittests/test.py
diff --git a/recipe_engine/unittests/test.py b/recipe_engine/unittests/test.py
new file mode 100644
index 0000000000000000000000000000000000000000..b3a2c0afb751a747e1d4ff9850110fb6ca04f46a
--- /dev/null
+++ b/recipe_engine/unittests/test.py
@@ -0,0 +1,8 @@
+ def foo():
+ bar()
+ baz(
+ A is
+
+ B
+
+ )

Powered by Google App Engine
This is Rietveld 408576698