repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git]
/
scripts
/
kconfig
/
tests
/
preprocess
/
escape
/
__init__.py
blob
7ee8e747f546a33551cabb1096d51de8ccd7f893
1
# SPDX-License-Identifier: GPL-2.0
2
"""
3
Escape sequence tests.
4
"""
5
6
def
test
(
conf
):
7
assert
conf
.
oldaskconfig
() ==
0
8
assert
conf
.
stderr_matches
(
'expected_stderr'
)