Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

account_template__parsing_base_account_and_mixed_trailing_selectors_and_literals_works.snap
---
source: common/beancount-types/tests/account_template.rs
expression: template
---
Template {
    base: Account {
        name: "Assets:Banking",
    },
    segments: [
        Selector(
            AnySelector(
                "institution",
            ),
        ),
        Selector(
            AnySelector(
                "account",
            ),
        ),
        Literal(
            Segment {
                inner: "Stocks",
            },
        ),
        Selector(
            AnySelector(
                "position",
            ),
        ),
    ],
}