expand,unexpand: drop broken test, add FIXME comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2019-06-08 13:04:44 +02:00
parent 22cc92833f
commit 92549250f3
3 changed files with 2 additions and 76 deletions

View File

@ -63,6 +63,8 @@ enum {
OPT_ALL = 1 << 2,
};
//FIXME: does not work properly with input containing NULs
#if ENABLE_EXPAND
static void expand(FILE *file, unsigned tab_size, unsigned opt)
{