emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode 88de065795 186/253: add test file for HEREDOC in


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 88de065795 186/253: add test file for HEREDOC indentation
Date: Sat, 29 Jan 2022 08:28:56 -0500 (EST)

branch: elpa/raku-mode
commit 88de065795d6863b23b6042576b9e90f8cbf8798
Author: Tom Browder <tom.browder@gmail.com>
Commit: GitHub <noreply@github.com>

    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

[Prev in Thread] Current Thread [Next in Thread]