Coding style.

- Remove all dead code from tests.
This commit is contained in:
Andrew Hamilton 2021-10-31 22:22:52 +10:00
parent 4174f10526
commit c181ab9de9
8 changed files with 1 additions and 574 deletions

View file

Internal server error - Forgejo: Beyond coding. We Forge.

500

Internal server error

Forgejo version: 11.0.3+gitea-1.22.0

@ -1,232 +0,0 @@
#!/usr/bin/env perl6
use v6;
my $string = 'I look like a # comment!';
if $string eq 'foo' {
say 'hello';
}
regex http-verb {
'GET'
| 'POST'
| 'PUT'
| 'DELETE'
| 'TRACE'
| 'OPTIONS'
| 'HEAD'
}
# a sample comment
say 'Hello from Perl 6!'
#`{
multi-line comment!
}
say 'here';
#`(
multi-line comment!
)
say 'here';