Brainduck icon indicating copy to clipboard operation
Brainduck copied to clipboard

Make it easier to test code for different inputs

Open Zomis opened this issue 9 years ago • 1 comments

Possibly something like this:

$ input 'ABCDEF' produces 'FEDCBA'
$ input 'qwerty' produces 'QWERTY'
$ input 'abc' validator 'groovyScript'

When running this code in some mode, the code is then tested with all those different inputs to make sure it produces the expected results.

Zomis avatar Oct 17 '15 22:10 Zomis

Related to #23 but that issue does not take user inputs into consideration

Zomis avatar Oct 18 '15 14:10 Zomis