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

Errors differ from Fluent playground #4

Closed
Ygg01 opened this issue Feb 2, 2022 · 1 comment
Closed

Errors differ from Fluent playground #4

Ygg01 opened this issue Feb 2, 2022 · 1 comment

Comments

@Ygg01
Copy link
Owner

Ygg01 commented Feb 2, 2022

For example following entry

bible-heal-fail-others = {CAPITALIZE(THE$user))}

Would fail on playground:

{
    "type": "Resource",
    "body": [
        {
            "type": "Junk",
            "annotations": [
                {
                    "type": "Annotation",
                    "code": "E0003",
                    "arguments": [
                        ")"
                    ],
                    "message": "Expected token: \")\"",
                    "span": {
                        "type": "Span",
                        "start": 40,
                        "end": 40
                    }
                }
            ],
            "content": "bible-heal-fail-others = {CAPITALIZE(THE$user))}",
            "span": {
                "type": "Span",
                "start": 0,
                "end": 48
            }
        }
    ],
    "span": {
        "type": "Span",
        "start": 0,
        "end": 48
    }
}

while on Linguini it would return with a different error.

@Ygg01
Copy link
Owner Author

Ygg01 commented Feb 12, 2022

Should be closed via 44f6271

@Ygg01 Ygg01 closed this as completed Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant