Kouhei Sutou
null+****@clear*****
Sun Feb 21 00:23:02 JST 2016
Kouhei Sutou 2016-02-21 00:23:02 +0900 (Sun, 21 Feb 2016) New Revision: d3bfc48fa41855b0e023972ab58674038b6cb23f https://github.com/groonga/groonga/commit/d3bfc48fa41855b0e023972ab58674038b6cb23f Message: test: follow format change Modified files: test/unit/core/test-expr-script.c Modified: test/unit/core/test-expr-script.c (+4 -4) =================================================================== --- test/unit/core/test-expr-script.c 2016-02-20 20:51:02 +0900 (fe196a3) +++ test/unit/core/test-expr-script.c 2016-02-21 00:23:02 +0900 (84e8653) @@ -1348,16 +1348,16 @@ data_arithmetic_operator_syntax_error(void) NULL) ADD_DATUM("++constant", - cut_take_printf("constant can't be incremented (++8 <= 9)"), + cut_take_printf("constant can't be incremented: <++8 <= 9>"), "++8 <= 9"); ADD_DATUM("--constant", - cut_take_printf("constant can't be decremented (--10 <= 9)"), + cut_take_printf("constant can't be decremented: <--10 <= 9>"), "--10 <= 9"); ADD_DATUM("constant++", - cut_take_printf("constant can't be incremented (8++ <= 9)"), + cut_take_printf("constant can't be incremented: <8++ <= 9>"), "8++ <= 9"); ADD_DATUM("constant--", - cut_take_printf("constant can't be decremented (10-- <= 9)"), + cut_take_printf("constant can't be decremented: <10-- <= 9>"), "10-- <= 9"); #undef ADD_DATUM -------------- next part -------------- HTML����������������������������...Download