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

WRONG_INDENTATION: add more tests for extendedIndentAfterOperators #1401

Commits on Jun 27, 2022

  1. WRONG_INDENTATION: add more tests for extendedIndentAfterOperators

    ### What's done:
    
     * Tests for expressions wrapped on an operator have been added.
     * Both cases (when `extendedIndentAfterOperators` is `true` and `false`) are
       tested.
     * Both binary operators and functions are tested.
     * Related: #1340
    0x6675636b796f75676974687562 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2f93f2b View commit details
    Browse the repository at this point in the history
  2. Extract test resources into a separate class

    ### What's done:
    
     * Test resources extracted into a separate class so that DeteKT remains quiet.
     * Reformatted test code so that DiKTat remains quiet.
    0x6675636b796f75676974687562 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ba7a956 View commit details
    Browse the repository at this point in the history
  3. Clean up the code

    ### What's done:
    
     * Code cleaned up.
    0x6675636b796f75676974687562 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8276dcf View commit details
    Browse the repository at this point in the history