Parse error in test is not reported at the test
If you create a test, for example like
test foo [[ long x ]] run debug to Program(_, _)
Note that in this C-language example the semicolon is omitted, hence a parse error in this test.
spoofax will generate an error:
Analysis failed Stratego stack trace: editor_analyze_0_0 editor_analyze_0_0 scope_paths_1_2 dr_scope_1_1 dr_scope_1_1 collect_all_2_0 foldr_3_0 foldr_3_0 check_error_0_0
at the very top of the SPT file.Instead, it should mark the test as a failure with a message like parse failure.
Submitted by Arian on 12 January 2016 at 10:23
Issue Log
On 12 January 2016 at 10:44 Gabriël Konat tagged error
On 12 January 2016 at 10:44 Gabriël Konat removed tag @gohla
Log in to post comments