Changed \Z to \z to fit with Go's naming

This commit is contained in:
2025-01-30 15:08:18 -05:00
parent ee51e39d59
commit 7431b1a7b2
3 changed files with 4 additions and 4 deletions

View File

@@ -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