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

Limit to express size. Is it possible to increase maximum expression size? #531

Open
Rz-Rz opened this issue Dec 3, 2021 · 0 comments
Open

Comments

@Rz-Rz
Copy link

Rz-Rz commented Dec 3, 2021

There is a limit to the size of an expression
For example, this works:
.form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])
But if I add another complex expression like this:
.form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])+(div.mb-3.form-check>input[type="checkbox" class="form-check-input" id="exampleCheck1"]+label[class="form- check-label" for="exampleCheck1"]{Check me out!})
Then the new expression is not expanded.

@Rz-Rz Rz-Rz changed the title Limit to express size Limit to express size. Is it possible to increase maximum expression size? Dec 3, 2021
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