spacevim/bundle/rainbow/tests/test.pl

11 lines
78 B
Perl
Raw Normal View History

2024-08-21 14:17:26 +08:00
typoo
(typoo)
sub test {
correct indent;
}
if ($test) {
incorrect indent;
}