Spoofax 2.1.0.

SPT fails if a test produces an error messages that contains any sort of special character, like rounded or square brackets or single or double quotes.

For example:

test InDegree[[
  SELECT n.inDegree()
   MATCH (n)
]] error like "Use [in_degree(x)] instead of [x.inDegree()]"

The test is supposed to succeed but fails with:
Expected analysis to succeed
Failed to analyze the input fragment, which is required to evaluate some of the test expectations.

Submitted by Oskar van Rest on 17 October 2017 at 23:23

On 17 October 2017 at 23:24 Oskar van Rest commented:

PS. should SPT bug reports go to SPTWithCore or to Spoofax?

Log in to post comments