X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fparser%2Fparser_test.c;fp=t%2Funit%2Fparser%2Fparser_test.c;h=14977ff820f91e63dfc69b822fdcf98f2ebc5c38;hp=f6601f164ed2f34cdfa652a0b23dbc5f667a8447;hb=5f7e0ee1cf668eaaec097d8f2fa0753b0c089946;hpb=1bde17786b9a0b342daae5faa46a54b3eeab6558 diff --git a/t/unit/parser/parser_test.c b/t/unit/parser/parser_test.c index f6601f1..14977ff 100644 --- a/t/unit/parser/parser_test.c +++ b/t/unit/parser/parser_test.c @@ -220,6 +220,11 @@ struct { "STORE 'typ' 'id' " "LAST UPDATE " "2015-02-01", -1, 1, SDB_AST_TYPE_STORE, SDB_METRIC }, + { "STORE metric " + "'host'.'metric' " + "STORE 'typ' 'id' 2015-02-01 13:37 " + "LAST UPDATE " + "2015-02-01", -1, 1, SDB_AST_TYPE_STORE, SDB_METRIC }, { "STORE metric attribute " "'host'.'metric'.'key' " "123", -1, 1, SDB_AST_TYPE_STORE, SDB_ATTRIBUTE },