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

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

[nongnu] elpa/raku-mode 298b6bb51c 156/253: add a test file for aiding r


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 298b6bb51c 156/253: add a test file for aiding regex development
Date: Sat, 29 Jan 2022 08:28:52 -0500 (EST)

branch: elpa/raku-mode
commit 298b6bb51c5a70fe3189a9976986aff2a55fd960
Author: Tom Browder <tom.browder@gmail.com>
Commit: Tom Browder <tom.browder@gmail.com>

    add a test file for aiding regex development
---
 test/test-imenu.p6 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/test/test-imenu.p6 b/test/test-imenu.p6
new file mode 100644
index 0000000000..f63cf73627
--- /dev/null
+++ b/test/test-imenu.p6
@@ -0,0 +1,21 @@
+# file: test-imenu.p6
+
+# Perl 6 syntax file for testing perl6-mode with imenu support, which is 
located at:
+#
+#   https://github.com/tbrowder/perl6-mode [branch: "my-branch"]
+
+my $a;
+my @b;
+our %c;
+
+ sub a(){my @ze}
+ multi sub x() {}
+method d() {}
+my multi method z() {}
+multi c() {}
+
+proto xx() {}
+
+class My-class1
+class My-class2{
+    class doit (



reply via email to

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