summaryrefslogtreecommitdiffstats
path: root/test/test-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-lib.c')
-rw-r--r--test/test-lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-lib.c b/test/test-lib.c
index a9e9706..9edc960 100644
--- a/test/test-lib.c
+++ b/test/test-lib.c
@@ -187,6 +187,8 @@ int re_test(char *line, struct re_test_data *data, int cnt)
return i;
break;
}
+
+ /* TODO ??? line += m[0].rm_eo; */
}
return RE_TEST_OK;