summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir/bitbake.ok
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indent/testdir/bitbake.ok')
-rw-r--r--runtime/indent/testdir/bitbake.ok19
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/indent/testdir/bitbake.ok b/runtime/indent/testdir/bitbake.ok
new file mode 100644
index 0000000..1bc5a18
--- /dev/null
+++ b/runtime/indent/testdir/bitbake.ok
@@ -0,0 +1,19 @@
+# vim: set filetype=bitbake :
+
+# START_INDENT
+FOO = " \
+ bar \
+ baz \
+ qux \
+"
+
+do_configure() {
+ oe_conf
+}
+
+python do_task() {
+ def foo(x):
+ if y:
+ print(x)
+}
+# END_INDENT