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

Add more single terminal consonants #50

Merged

Conversation

nerixim
Copy link
Collaborator

@nerixim nerixim commented Dec 22, 2020

fixes #40 #49

@nerixim nerixim force-pushed the add-more-single-terminal-consonants branch from 1c31be9 to 1e53a5b Compare December 22, 2020 12:40
@nerixim nerixim changed the title Add more single terminal consonants ending with -c Add more single terminal consonants Dec 22, 2020
@@ -398,4 +398,9 @@ def test_passive
Verbs::Conjugator.conjugate(:be, diathesis: :passive)
end
end

def test_not_modifying_frozen_string
assert_equal 'is diying', Verbs::Conjugator.conjugate(:die, aspect: :progressive)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nerixim can you please comment on this? diying is not correct unless I'm misunderstanding the test.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops I forgot you couldn't conjugate die yet.
I'll change these examples with another verb.

Copy link
Owner

@rossmeissl rossmeissl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nerixim !

@nerixim nerixim merged commit c814192 into rossmeissl:master Dec 22, 2020
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.

Merge refactored fork
2 participants