Skip to content

Conversation

@Otto-AA
Copy link
Collaborator

@Otto-AA Otto-AA commented Jul 12, 2025

Closes #396

Now we do not mutate "...\N{ghost}..." to "...\n{ghost}...", which would be invalid python syntax. We should support all escape sequences now (https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences).

Also, I removed the string capitalize mutation as I think that most bugs are already covered by the XX...XX and upper/lower-casing mutations. So I don't think this is worth the additional test runs.

@Otto-AA Otto-AA merged commit 873019e into main Jul 12, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ensure that string mutation works with all escape sequences

2 participants