aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/relaxed_escaper/ut/ya.make
blob: 55a9611de115a84c542375df9b033962f0e42464 (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()