diff options
author | João Távora <joaotavora@gmail.com> | 2017-11-05 12:51:30 +0000 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2017-11-05 12:55:43 +0000 |
commit | 58bb3462ee5d43efbebba29f8e218391966fb2a1 (patch) | |
tree | 6df39070946658f83d4520591da1afef9b71d50d /test/lisp/progmodes/flymake-resources/test.pl | |
parent | 58e742b21dcd15f5a00381de3e7179210978ddc9 (diff) | |
download | emacs-58bb3462ee5d43efbebba29f8e218391966fb2a1.tar.gz emacs-58bb3462ee5d43efbebba29f8e218391966fb2a1.tar.bz2 emacs-58bb3462ee5d43efbebba29f8e218391966fb2a1.zip |
Add tests for Flymake backends for Ruby and Perl
* 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.
Diffstat (limited to 'test/lisp/progmodes/flymake-resources/test.pl')
-rw-r--r-- | test/lisp/progmodes/flymake-resources/test.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/progmodes/flymake-resources/test.pl b/test/lisp/progmodes/flymake-resources/test.pl index d5abcb47e7f..6f4f1ccef50 100644 --- a/test/lisp/progmodes/flymake-resources/test.pl +++ b/test/lisp/progmodes/flymake-resources/test.pl @@ -1,2 +1,4 @@ @arr = [1,2,3,4]; +unknown; my $b = @arr[1]; +[ |