Changed \Z to \z to fit with Go's naming
This commit is contained in:
@@ -880,7 +880,7 @@ func thompson(re []postfixNode) (Reg, error) {
|
||||
stateToAdd.assert = nonwboundAssert
|
||||
case 'A':
|
||||
stateToAdd.assert = soiAssert
|
||||
case 'Z':
|
||||
case 'z':
|
||||
stateToAdd.assert = eoiAssert
|
||||
}
|
||||
} else { // Lookaround
|
||||
|
Reference in New Issue
Block a user