```[ERROR] StylesheetTest.propertySelectionScope...
# tornadofx
a
Copy code
[ERROR]   StylesheetTest.propertySelectionScope:290->shouldEqual:622 expected:<.label {
    [            -fx-base: rgba(255, 0, 0, 1);
            }
            .label:hover {
                -fx-base: rgba(0, 0, 255, 1);
            ]}> but was:<.label {
    [-fx-base: rgba(255, 0, 0, 1);
}
.label:hover {
    -fx-base: rgba(0, 0, 255, 1);
]}>
strip()
? Interesting. I normally use
trim()
but I think that's only white space before and after
I have the project configs pointed to the right thing now, waiting for the test to build
just found it in the code 🙂