Skip to content

Fix get length on strings containing fghijkl.#14

Open
davidjwilkins wants to merge 1 commit intowagslane:mainfrom
davidjwilkins:main
Open

Fix get length on strings containing fghijkl.#14
davidjwilkins wants to merge 1 commit intowagslane:mainfrom
davidjwilkins:main

Conversation

@davidjwilkins
Copy link
Copy Markdown

The asdfghjkl sequence was running first, resulting in a sequence like fgijk, which then would turn into fgij, when it should have turned into fg. Running seqAlphabet first avoids this issue, but then asdfghjkl gets the same issue. To remedy, we can run both and then see which one removed more characters.

…was running first, resulting in a sequence like fgijk, which then would turn into fgij, when it should have turned into fg. Running seqAlphabet first avoids this issue, but then asdfghjkl gets the same issue. To remedy,

we can run both and then see which one removed more characters.
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.

1 participant