1 2 3 4 5 6 7 8 9
//! Tests auto-converted from "sass-spec/spec/css/moz_document/functions" fn runner() -> crate::TestRunner { super::runner().with_cwd("functions") } mod interpolated; mod test_static;