Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed when length of value is 1 #26

Open
cgjosephlee opened this issue Jun 21, 2023 · 0 comments
Open

failed when length of value is 1 #26

cgjosephlee opened this issue Jun 21, 2023 · 0 comments

Comments

@cgjosephlee
Copy link
Contributor

I am trying to add Roman numerals, but it failed when the length of value is 1.

      allow_caps_additions = {
        {
          "i", "ii", "iii", "iv", "v", "vi", "vii", "ix", "x",
        },

This only failed when encountering i, v and x.

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

No branches or pull requests

1 participant