diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-07-05 18:12:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-31 23:50:46 +0200 |
commit | 31886968d338e8657f38c0e7c15ac269a8ca0880 (patch) | |
tree | 3ca5c0f2ad78bb13e73c8717bec88cf7b4d83e14 /tests/ref | |
parent | 8b76c0eb561b0313e2a27950fe9d2bc5e4780dd8 (diff) | |
download | ffmpeg-31886968d338e8657f38c0e7c15ac269a8ca0880.tar.gz |
lavu/avstring: add av_append_path_component() funcion
Convinient function to build paths.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/avstring | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/fate/avstring b/tests/ref/fate/avstring index bc231e8148..1ca9be52ed 100644 --- a/tests/ref/fate/avstring +++ b/tests/ref/fate/avstring @@ -25,3 +25,12 @@ Testing av_get_token() |'foo : \ \ ' : blahblah| -> |foo : \ \ | + |: blahblah| |'\fo\o:': blahblah| -> |\fo\o:| + |: blahblah| |\'fo\o\:': foo ' :blahblah| -> |'foo:: foo | + |:blahblah| +Testing av_append_path_component() +(null) = (null) +path = path +comp = comp +path/comp = path/comp +path/comp = path/comp +path/comp = path/comp +path/comp = path/comp +path/path2/comp/comp2 = path/path2/comp/comp2 |