mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
8 lines
156 B
Erlang
8 lines
156 B
Erlang
|
-module(bad_plugin).
|
||
|
-compile(export_all).
|
||
|
|
||
|
%% this plugin contains numerous DELIBERATE syntax errors
|
||
|
|
||
|
fwibble(Config, _) >
|
||
|
file:delete("fwibble.test")
|