
* 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
60 B
Ruby
5 lines
60 B
Ruby
def bla
|
|
return 2
|
|
print "not reached"
|
|
something
|
|
oops
|