/
githubmirror
/
pkgconf
Обзор
Документация
Войти
/
githubmirror
/
pkgconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/lib1/escape-layers.pc
13 строк
347 B
Ariadne Conill
tests: add fixtures for escaping through variable expansion
02 авг 2026, 01:13
02 авг 2026, 01:13
5513b2f
Код
Авторство
О чём код?
prefix=/test/a\ dir libdir=${prefix}/lib backslash=x\\y quoted_dq="item1 item2 item\ with\ spaces" quoted_sq='item1 item2 item\ with\ spaces' unquoted=item1 item2 item\ with\ spaces Name: escape-layers Description: test fixture Version: 1.0.0 Libs: -L${libdir} -L/test/lit\ eral -la Cflags: -I${prefix} -DBS=${backslash} -DLIT=p\\q -DLITSP=p\ q