mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
58bb3462ee
* test/lisp/progmodes/flymake-tests.el (perl-backend) (ruby-backend): New tests. (warning-predicate-rx-perl, warning-predicate-function-perl): Delete tests. * test/lisp/progmodes/flymake-resources/test.pl: Include an error the test file. * test/lisp/progmodes/flymake-resources/test.rb: file.
5 lines
46 B
Raku
5 lines
46 B
Raku
@arr = [1,2,3,4];
|
|
unknown;
|
|
my $b = @arr[1];
|
|
[
|