Created
October 4, 2019 12:32
-
-
Save rebolek/07816fc58623d594b9dac35ef359d333 to your computer and use it in GitHub Desktop.
Missing ===end-group=== marks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> 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