Skip to content

Commit

Permalink
add missing copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
annacrombie committed Jan 9, 2024
1 parent e84aa5d commit 6a6627d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/lang/string_format_escape.meson
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: Stone Tickle <[email protected]>
# 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@')

0 comments on commit 6a6627d

Please sign in to comment.