mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 18:12:26 -04:00
kconfig: test: add Kconfig macro language tests
Here are the test cases I used for developing the text expansion feature. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
10
scripts/kconfig/tests/preprocess/escape/expected_stderr
Normal file
10
scripts/kconfig/tests/preprocess/escape/expected_stderr
Normal file
@@ -0,0 +1,10 @@
|
||||
Kconfig:9: hello, world
|
||||
Kconfig:13: ' " '" ' ''' "'"
|
||||
Kconfig:17: $
|
||||
Kconfig:18: $$
|
||||
Kconfig:20: 1
|
||||
Kconfig:25: $(X)
|
||||
Kconfig:30: (
|
||||
Kconfig:35: $(X)
|
||||
Kconfig:39: $(X)
|
||||
Kconfig:44: $(
|
||||
Reference in New Issue
Block a user