-
Notifications
You must be signed in to change notification settings - Fork 140
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
EOnumber$EOtimesTest
fails
#3793
Comments
If
This error message has problems with punctuation and a bit not clear, because Expect::otherwise concat 3 parts: |
@yegor256 For EObytes$EOslice this code from test with small change for incorrect value new Dataized(
new PhWith(
new PhWith(
new Data.ToPhi("hello, world!")
.take("as-bytes")
.take("slice")
.copy(),
"start",
new Data.ToPhi(2)
),
"len",
new Data.ToPhi(true) // incorrect value
)
).take(); produces that error message
Suppose that error message should be: |
@asmirnov-backend indeed, this option is the excepted one:
However, as I remember, the |
@asmirnov-backend there are some unit tests in the |
EOnumber$EOtimesTest::throwsCorrectError fails with message
Ref: #3461
The text was updated successfully, but these errors were encountered: