You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the binary operations need thorough tests that exercise their edge and error cases. Most existing specs in spec/parser/operations have individual lines that produce errors, which means that almost nothing is being tested in practice. I intend to remove those specs.
Ruby Sass has pretty good coverage for binary operations, which can be ported over.
The text was updated successfully, but these errors were encountered:
The deleted tests had large inputs in which one line errored and all
other lines were ignored, and as such weren't particularly useful. New
specs should be added for these; see #1013.
The deleted tests had large inputs in which one line errored and all
other lines were ignored, and as such weren't particularly useful. New
specs should be added for these; see #1013.
The deleted tests had large inputs in which one line errored and all
other lines were ignored, and as such weren't particularly useful. New
specs should be added for these; see #1013.
All the binary operations need thorough tests that exercise their edge and error cases. Most existing specs in
spec/parser/operations
have individual lines that produce errors, which means that almost nothing is being tested in practice. I intend to remove those specs.Ruby Sass has pretty good coverage for binary operations, which can be ported over.
The text was updated successfully, but these errors were encountered: