BioJulia/Automa.jl

Bug with regex set negation

Closed this issue · 2 comments

The following expression: m = Automa.compile(!re"[\x01-\xff]")
Produces the following SVG
foo

Which is clearly a bug

Or is it? The SVG matches every other string other than that composed of a single [\x01-\xff].

It's not a bug, I just didn't understand what it meant.