insta 1.18.2

A snapshot testing library for Rust
Documentation
---
source: tests/test_redaction.rs
expression: "Selector::parse(\".foo.bar.**\").unwrap()"
---
Selector {
    selectors: [
        [
            Key(
                "foo",
            ),
            Key(
                "bar",
            ),
            DeepWildcard,
        ],
    ],
}