shellspec icon indicating copy to clipboard operation
shellspec copied to clipboard

Scaffold files, implement array subject, implement array be size matcher

Open BrunoRoemers opened this issue 4 years ago • 0 comments

First steps towards implementing array support (#177). This PR is far from complete but this way @ko1nksm can give early feedback.

I suggest we create a new branch to develop this feature until it is ready for the master branch.

Done so far:

  • [x] Created the folder structure as suggested
  • [x] Implemented array subject
  • [x] Implemented be size <n> matcher
  • [x] Created examples-array folder (which I'll use to run experiments for the time being)

BrunoRoemers avatar Jan 24 '21 15:01 BrunoRoemers