Skip to content

Instantly share code, notes, and snippets.

@rebolek
Created October 4, 2019 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebolek/07816fc58623d594b9dac35ef359d333 to your computer and use it in GitHub Desktop.
Save rebolek/07816fc58623d594b9dac35ef359d333 to your computer and use it in GitHub Desktop.
Missing ===end-group=== marks
>> foreach-script %./ [sg: eg: 0 parse mold data [some ["===start-group===" (sg: sg + 1) | "===end-group===" (eg: eg + 1) | skip]] unless equal? sg eg [print filename]]
./source/units/auto-tests/interp-find-test.red
./source/units/auto-tests/interp-load-test.red
./source/units/auto-tests/interp-binding-test.red
./source/units/auto-tests/run-all-interp.red
./source/units/auto-tests/run-all/recycle-test.red
./source/units/auto-tests/run-all/load-test.red
./source/units/auto-tests/run-all/find-test.red
./source/units/auto-tests/run-all/binding-test.red
./source/units/auto-tests/interp-recycle-test.red
./source/units/find-test.red
./source/units/binding-test.red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment