-
Notifications
You must be signed in to change notification settings - Fork 34
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
Strange behaviour with indentation #525
Comments
This example cannot be run in the playground, but I have added a simple example for the runner here, that also shows the wrong indentation that it produces. This error seems to be specific for the combinantion |
@dr0i you wanted a playground example, see comment above this is not possible, but I added a small example in a repo and it shows the strange behaviour. |
When running the following flux:
https://gitlab.com/oersi/oersi-marc/-/blob/2-createBasicTransformation/localTestWorkflow.flux?ref_type=heads
There are more indentations added to every new record in a file.
The first (0) has a normal indentation :
the second has:
record 14(15) has a lot:
Every record additional indentations are added.
I am not sure why.
The text was updated successfully, but these errors were encountered: