/
niceSOFT
/
pcre2
Обзор
Документация
Войти
/
niceSOFT
/
pcre2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
testdata/testinput23
9 строк
217 B
Nicholas Wilson
Improve coverage of escapes in character classes (#591)
06 дек 2024, 06:59
Не верифицирован
06 дек 2024, 06:59
94a0118
Код
Авторство
О чём код?
# This test is run when PCRE2 has been built with --enable-never-backslash-C, # which disables the use of \C. All we can do is check that it gives the # correct error message. /a\Cb/ /a[\C]b/ # End of testinput23