You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Now, we haven't test for not valid letter.
For example, China hieroglyph or Sweden letter.
Describe the solution you'd like
Add test in file morse_test.go
We should fail the Encode when there are characters that are not recognized by our library. Today it ignores them and translates only those characters that it recognizes
Is your feature request related to a problem? Please describe.
Now, we haven't test for not valid letter.
For example, China hieroglyph or Sweden letter.
Describe the solution you'd like
Add test in file
morse_test.go
Describe alternatives you've considered
??
Additional context
Prepared PR #7
The text was updated successfully, but these errors were encountered: