semi-automatic test case generation #327

Open
opened 2020-11-20 16:28:41 +01:00 by expipiplus1 · 0 comments
expipiplus1 commented 2020-11-20 16:28:41 +01:00 (Migrated from github.com)

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.

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 in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#327
There is no content yet.