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

repl: improve preview and simplify preview test #32154

Closed

Commits on Mar 9, 2020

  1. repl: align preview with the actual executed code

    This adds preview output for input that may not be wrapped.
    BridgeAR committed Mar 9, 2020
    Copy the full SHA
    a946a05 View commit details
    Browse the repository at this point in the history
  2. test: refactor and simplify test-repl-preview

    Use an object to indicate which part belongs to the input and which
    to the output.
    On top of that this also simplifies the expected output by
    automatically inserting the default repl line for previews and by
    automatically checking for the correct output line length.
    BridgeAR committed Mar 9, 2020
    Copy the full SHA
    1fe1612 View commit details
    Browse the repository at this point in the history