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

Node tree does not render properly on Windows #860

Open
armandino opened this issue Dec 20, 2023 · 0 comments
Open

Node tree does not render properly on Windows #860

armandino opened this issue Dec 20, 2023 · 0 comments
Labels
component: core Issue related to instancio-core type: bug Something isn't working up-for-grabs

Comments

@armandino
Copy link
Member

Creating an object in verbose() mode prints out the node hierarchy for a given class to standard out:

Person person = Instancio.of(Person.class)
    .verbose()
    .create();

If a test is run from Windows command prompt (e.g. using mvn test), the characters are not rendered properly.

Expected result

image

Actual result

image

  • Java version: 8 or higher
  • Instancio version: 3.0.0 or higher
@armandino armandino added type: bug Something isn't working component: core Issue related to instancio-core up-for-grabs labels Dec 20, 2023
@armandino armandino assigned armandino and unassigned armandino Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core Issue related to instancio-core type: bug Something isn't working up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant