branch: elpa/raku-mode commit 298b6bb51c5a70fe3189a9976986aff2a55fd960 Author: Tom Browder <tom.brow...@gmail.com> Commit: Tom Browder <tom.brow...@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 (