Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enhance assertEquals() failure messages with string diffs including c…#4787

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
KarthikRv93 wants to merge1 commit intojunit-team:main
base:main
Choose a base branch
Loading
fromKarthikRv93:assert-space-diff

Conversation

@KarthikRv93
Copy link

…ontrol characters


I hereby agree to the terms of theJUnit Contributor License Agreement.


Definition of Done

@marcphilippmarcphilipp linked an issueJul 22, 2025 that may beclosed by this pull request
@sormurassormuras modified the milestone:6.0.0-RC1Aug 15, 2025
// Handle case where string ends with whitespace
if (inWhitespace) {
whitespaceBuffer.append("]");
sb.append(whitespaceBuffer.toString());

Choose a reason for hiding this comment

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

sb.append(whitespaceBuffer);
instead of creating new object each time, I think we can use the existing buffer

if (!inWhitespace) {
inWhitespace =true;
whitespaceBuffer.setLength(0);
whitespaceBuffer.append("[");

Choose a reason for hiding this comment

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

    whitespaceBuffer.setLength(0);    whitespaceBuffer.append('[');    inWhitespace = true;

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@ronodhirSoumikronodhirSoumikronodhirSoumik left review comments

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Indicate "diff" forassertEquals() failures

3 participants

@KarthikRv93@ronodhirSoumik@sormuras

[8]ページ先頭

©2009-2025 Movatter.jp