branch: elpa/raku-mode
commit 88de065795d6863b23b6042576b9e90f8cbf8798
Author: Tom Browder <[email protected]>
Commit: GitHub <[email protected]>

    add test file for HEREDOC indentation
---
 test/test-smie.p6 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test/test-smie.p6 b/test/test-smie.p6
new file mode 100644
index 0000000000..d6cdbd1c3f
--- /dev/null
+++ b/test/test-smie.p6
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl6
+qq:to/HERE/;
+    This is text that should not
+  have its indention changed
+    by emacs. (Except maybe to have left overhanging lines
+    adjusted.)
+    HERE

Reply via email to