hack-add a new flag in datacore/dc-constants that will tell GUI WIZARD to load the script in x-symbol-tests
This is a hacked-in thing for Ben and Sri to use to narrow down the list of expected syntax. It's a rough work-in-progress test suite. DO NOT USE THIS AS AN EXAMPLE FOR HOW TO WRITE MODULE CODE without consulting Sri!
TO USE
run gui-wizard...it should be what you expect
now edit dc-constants and set ENABLE_SYMBOL_TEST_BLUEPRINT to true and save
run gui-wizard again. the blueprint script is now the one defined in x-symbol-tests and the console validation is running the test lines against the loaded blueprint.
In GitLab by @daveseah on Jun 1, 2022, 14:48
Merges dev-sri/next-gui-invalid-scriptpage-contrib -> dev-bl/next-gui-invalid-scriptpage
hack-add a new flag in datacore/dc-constants that will tell GUI WIZARD to load the script in x-symbol-tests
This is a hacked-in thing for Ben and Sri to use to narrow down the list of expected syntax. It's a rough work-in-progress test suite. DO NOT USE THIS AS AN EXAMPLE FOR HOW TO WRITE MODULE CODE without consulting Sri!
TO USE
dc-constants
and setENABLE_SYMBOL_TEST_BLUEPRINT
totrue
and savex-symbol-tests
and the console validation is running the test lines against the loaded blueprint.