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

Parsing broken CSS results on exit code 0 #1

Open
cyberixae opened this issue Feb 14, 2025 · 0 comments
Open

Parsing broken CSS results on exit code 0 #1

cyberixae opened this issue Feb 14, 2025 · 0 comments

Comments

@cyberixae
Copy link

Parsing broken CSS file seems to exit with code 0.

Reproduction:

echo "p {" > broken.css
csstree broken.css
echo $?

What happens: csstree exits with code 0 despite processing error
What should happen: csstree should exist with a non-zero exit code

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