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

semi-automatic test case generation #327

Open
expipiplus1 opened this issue Nov 20, 2020 · 0 comments
Open

semi-automatic test case generation #327

expipiplus1 opened this issue Nov 20, 2020 · 0 comments

Comments

@expipiplus1
Copy link
Contributor

expipiplus1 commented Nov 20, 2020

Given an existing test case:

  • Split each line into haskell lexemes
  • Change the whitespace willy-nilly between lexemes, maintaining
    • The indentation of the initial lexeme
    • The minimum indentation of any lexeme should be greater than the initial one (for the case when newlines are inserted before a lexeme)
    • Not more than one newline before each lexeme

This generates a new testcase which should vary in formatting from the initial one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants