Skip to:
I copied code from https://github.com/hpcc-systems/HPCC-Platform/blob/master/testing/regress/ecl/strings.ecl
This code works in the ECL Watch playground. It fails syntax check in the IDE. The IDE won't submit any code it thinks is bad.
In addition, the IDE doesn't colorize triple quoted STRINGs as STRINGs.
Almost certainly a problem with \r preceeding \n.
- bump
- For the IDE and the ECL Extension the error reported is:
Removing the backslash fixes the issue:
Smells like a Windows + eclcc issue?
- see https://github.com/hpcc-systems/ecl-tmLanguage/issues/1
I copied code from
https://github.com/hpcc-systems/HPCC-Platform/blob/master/testing/regress/ecl/strings.ecl
This code works in the ECL Watch playground.
It fails syntax check in the IDE. The IDE won't submit any code it thinks is bad.
In addition, the IDE doesn't colorize triple quoted STRINGs as STRINGs.