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

OWNER(velavokr)

SRCS(
    relaxed_escaper_ut.cpp
)

END()