mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 03:14:36 +00:00
6 lines
231 B
Plaintext
6 lines
231 B
Plaintext
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
assert(p('@0@\@escaped\@'.format(1)) == '1@escaped@')
|
|
assert(p('@0@\@0\@\\\\@escaped\\\\@'.format(1).format(2)) == '12@escaped@')
|