aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/terraform/multiline-comments.tf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/terraform/multiline-comments.tf')
-rw-r--r--tests/indent/terraform/multiline-comments.tf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/indent/terraform/multiline-comments.tf b/tests/indent/terraform/multiline-comments.tf
new file mode 100644
index 000000000..494aaba9c
--- /dev/null
+++ b/tests/indent/terraform/multiline-comments.tf
@@ -0,0 +1,7 @@
+test {
+ /*
+ foo
+ bar
+ baz
+ */
+}