Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-line strings not covered by spec #715

Open
nikku opened this issue Sep 18, 2023 · 0 comments
Open

Multi-line strings not covered by spec #715

nikku opened this issue Sep 18, 2023 · 0 comments
Labels
scope: Camunda 8 Required in the context of Camunda 8 type: bug

Comments

@nikku
Copy link
Member

nikku commented Sep 18, 2023

Describe the bug

We support evaluating multi-line strings:

= "ABC
DEF"

This, however this is not covered by the DMN spec (\u000A is the line feed character):

image

image

To Reproduce

Execute above FEEL expression, see engine return ABC\nDEF.

Expected behavior

Syntax error (invalid FEEL syntax).

Environment

  • FEEL engine version: 1.16.1
  • Affects:
    • Camunda Automation Platform 7: ?
    • Zeebe broker: ?

Downstream bug report in Camunda Modeler (FEEL engine and syntax highlighter not in sync) - camunda/camunda-modeler#3859.

@saig0 saig0 added the scope: Camunda 8 Required in the context of Camunda 8 label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: Camunda 8 Required in the context of Camunda 8 type: bug
Projects
None yet
Development

No branches or pull requests

2 participants