Merge remote-tracking branch 'jubalh/jub'

This commit is contained in:
James Booth
2015-10-24 21:42:04 +01:00
18 changed files with 183 additions and 191 deletions

View File

@@ -605,7 +605,7 @@ void strip_quotes_strips_first(void **state)
char *result = strip_arg_quotes(input);
assert_string_equal("/cmd test string", result);
free(result);
}

View File

@@ -3,4 +3,4 @@ void expect_any_cons_show(void);
void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void);
void expect_ui_current_print_line(char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);