Skip to content

Script may hang in 'repeatVowels' mode if there are no vowels #21

@zzorba

Description

@zzorba

Just encountered this bug this morning, I introduced a very short string to my arb file:

"byLine": "by {name}",
"@byLine": {
  "placeholders": {
    "name": {
      "type": "String"
    }
   }
}

With text_expansion_format set to 'repeatVowels' , this resulted in the script failing to complete. Removing this line worked, as did changing the text_expansion_format to 'exclamationMarks'

Just an FYI for anyone else who encounters this strange bug someday.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions