mautrix-go/event/botcommandtestdata/data.go
Tulir Asokan dc78de3dda
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run
event: add tests for parseQuoted
2026-01-07 00:36:59 +02:00

14 lines
319 B
Go

// Copyright (c) 2026 Tulir Asokan
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
package botcommandtestdata
import (
"embed"
)
//go:embed *
var FS embed.FS