We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I have an expression with symbol 🟢, then the highlight will be completely broken
With the green symbol it's get broken but the result is fine
with red one everything is fine
the workflow
{ "meta": { "instanceId": "ea8ccd7cb9d9fc233a4683c7569b952c9669ba9d3ba1459d89a9944d357fa5b3" }, "nodes": [ { "parameters": {}, "id": "994aa420-021b-488c-8834-588a9187204f", "name": "When clicking ‘Test workflow’", "type": "n8n-nodes-base.manualTrigger", "position": [ 820, 380 ], "typeVersion": 1 }, { "parameters": { "assignments": { "assignments": [ { "id": "91b1a47a-2c61-4001-8a27-0cbbcae58448", "name": "test", "value": "={{ 1 === 1 ? \"🟢\" : \"🔴\" }}", "type": "string" } ] }, "options": {} }, "id": "bbb5a27c-f706-495c-be7b-cfc53e8c8de9", "name": "Edit Fields", "type": "n8n-nodes-base.set", "typeVersion": 3.4, "position": [ 1040, 380 ] } ], "connections": { "When clicking ‘Test workflow’": { "main": [ [ { "node": "Edit Fields", "type": "main", "index": 0 } ] ] } }, "pinData": {} }
or the test expression {{ 1 === 1 ? "🟢" : "🔴" }}
{{ 1 === 1 ? "🟢" : "🔴" }}
The expression is properly highlighted
cloud
1.60.1
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @barn4k,
We have created an internal ticket to look into this which we will be tracking as "GHC-370"
Sorry, something went wrong.
Thanks for the report, I am 90% sure this issue already exists somewhere. I will see if I can find it.
Successfully merging a pull request may close this issue.
Bug Description
If I have an expression with symbol 🟢, then the highlight will be completely broken
With the green symbol it's get broken
but the result is fine
with red one everything is fine
To Reproduce
the workflow
or the test expression
{{ 1 === 1 ? "🟢" : "🔴" }}
Expected behavior
The expression is properly highlighted
Operating System
cloud
n8n Version
1.60.1
Node.js Version
cloud
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: