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


SRCS(
    relaxed_escaper_ut.cpp
)

END()