The ‘Literal injection’ tests from stratego-sglr fail. parse-string-pt and then implode-asfix works.


; apply-test(!“Literal injection”
, parse-string(|tbl, “Inj”)
, !“this”
, !“this”
)

; apply-test(!"Literal injection"
  , parse-string(|tbl, "InjCase")
  , !"TRUE"
  , !"true"
  )

; apply-test(!"Literal injection"
  , parse-string(|tbl, "InjCase")
  , !"True"
  , !"true"
  )

Submitted by Rob Vermaas on 13 May 2011 at 14:14

On 14 May 2011 at 21:00 Lennart Kats tagged parser

On 14 May 2011 at 21:02 Lennart Kats commented:

Might be the same issue as Spoofax/375.


On 16 May 2011 at 10:31 Lennart Kats tagged imploder

On 8 January 2013 at 14:59 Eelco Visser tagged sdf

Log in to post comments