aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/relaxed_escaper/ut/ya.make
blob: d437907e5b490c982954e3592aaa951f42a4abd4 (plain) (blame)
1
2
3
4
5
6
7
UNITTEST_FOR(library/cpp/string_utils/relaxed_escaper)

SRCS(
    relaxed_escaper_ut.cpp
)

END()