summaryrefslogtreecommitdiff
path: root/inttest/tplugins/bad_plugin.erl
blob: 77ec01bbd210993acbcce2d4bc115d6315ea416a (plain)
1
2
3
4
5
6
7
-module(bad_plugin).
-compile(export_all).

%% this plugin contains numerous DELIBERATE syntax errors

fwibble(Config, _) >
    file:delete("fwibble.test")