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

Duplicate scenario keyword in sr-Cyrl language #263

Closed
ccrighton opened this issue Aug 7, 2024 · 1 comment · Fixed by #264
Closed

Duplicate scenario keyword in sr-Cyrl language #263

ccrighton opened this issue Aug 7, 2024 · 1 comment · Fixed by #264

Comments

@ccrighton
Copy link

👓 What did you see?

In gherkin-languages.json the sr-Cyrl language definition has a duplicate value in the scenario section. Items 1 and 3 are the same.

    "scenario": [
      "Пример",
      "Сценарио",
      "Пример"
    ],

✅ What did you expect to see?

No duplicates e.g.:

    "scenario": [
      "Пример",
      "Сценарио"
    ],

📦 Which tool/library version are you using?

9c90236

🔬 How could we reproduce it?

No response

📚 Any additional context?

No response

@mpkorstanje
Copy link
Contributor

Cheers! Fixed.

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 a pull request may close this issue.

2 participants