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 |
+ |
+ ) |