Skip to content

escaped_selector test fails #113

Description

@ildar

I am pretty sure this started with newer version of the compiler (1.91.0). Older version built the same source just fine.

failures:

---- escaped_selector stdout ----

thread 'escaped_selector' (1279947) panicked at crates/lib/tests/extend.rs:1748:1:
assertion `left == right` failed
  left: ".foo {\n  escape: none;\n}\n\n\\.foo, .bar {\n  escape: slash dot;\n}\n\n\\.foo, .bar {\n  escape: hex;\n}\n"
 right: ".foo {\n  escape: none;\n}\n\n\\.foo, .bar {\n  escape: slash dot;\n}\n\n\\.foo {\n  escape: hex;\n}\n"
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    escaped_selector

test result: FAILED. 246 passed; 1 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.01s

error: test failed, to rerun pass `-p grass --test extend`
     Running tests/for.rs (target/release/deps/for-33fd99589b836b10)

Full failure log: http://git.altlinux.org/beehive/logs/Sisyphus/x86_64/archive/2025/1117/error/grass-sass-0.13.4-alt2

Previous (successful) build: https://git.altlinux.org/tasks/archive/done/_386/396086/build/100/x86_64/log

P.S. BTW https://github.com/connorskees/grass/blob/master/.github/ISSUE_TEMPLATE/incorrect-sass-output.md fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions