branch: elpa/raku-mode
commit f3256bb3fd20ff2d080fa8aa465edcd2e1e38327
Author: Tom Browder <[email protected]>
Commit: Tom Browder <[email protected]>
add some more test names
---
test/test-imenu.p6 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/test/test-imenu.p6 b/test/test-imenu.p6
index f63cf73627..307bd422b6 100644
--- a/test/test-imenu.p6
+++ b/test/test-imenu.p6
@@ -8,6 +8,9 @@ my $a;
my @b;
our %c;
+my $a-a;
+my $a'a_3-z;
+
sub a(){my @ze}
multi sub x() {}
method d() {}
@@ -16,6 +19,6 @@ multi c() {}
proto xx() {}
-class My-class1
+class My-class1 {}
class My-class2{
- class doit (
+ class doit () {}