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

Parse failure with carriage return character #411

Open
9999years opened this issue Mar 27, 2024 · 0 comments
Open

Parse failure with carriage return character #411

9999years opened this issue Mar 27, 2024 · 0 comments
Labels
component | third-party dependency Third party dependency status | it is a good thing We agree it is good to implement this type | bug Something isn't working

Comments

@9999years
Copy link
Contributor

$ nix-instantiate --parse crlf.nix
{ x = 1; }
$ xxd crlf.nix
00000000: 7b20 7820 3d20 230d 313b 207d 0a         { x = #.1; }.
$ alejandra crlf.nix
Failed! 1 error found at:
- crlf.nix: unexpected end of file
$ alejandra --version
Alejandra 3.0.0
@kamadorueda kamadorueda added type | bug Something isn't working status | it is a good thing We agree it is good to implement this component | third-party dependency Third party dependency labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component | third-party dependency Third party dependency status | it is a good thing We agree it is good to implement this type | bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants