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

Cosmetic: The first line when dumping a string is not as long as the next lines. #475

Closed
janbarasek opened this issue Mar 29, 2021 · 0 comments

Comments

@janbarasek
Copy link
Contributor

Version: 2.8.3

Bug Description

When dumping a multiline string where the same number of characters is, the individual lines are not aligned the same. The first line is bounced.

Sample in the picture:

Snímek obrazovky 2021-03-29 v 10 31 50

Steps To Reproduce

dump(
    'PHP online kurz pro začátečníky'
    . "\n" . '==============================='
);

Thanks!

@dg dg closed this as completed in 5e61930 Apr 3, 2021
dg added a commit to dg/tracy that referenced this issue Apr 5, 2021
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

No branches or pull requests

1 participant