Fix Malbolge recognition pattern
This commit is contained in:
parent
4c39f7ba66
commit
22291042cd
@ -32,7 +32,7 @@ class Malbolge extends Operation {
|
||||
];
|
||||
this.patterns = [
|
||||
{
|
||||
match: '^(?:[\\x21-\\x7e)?$',
|
||||
match: '^(?:[\\x21-\\x7e])?$',
|
||||
flags: 'i',
|
||||
args: []
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user