Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "ghost-gql", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Filter query language for Ghost", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,2 +28,8 @@ /* globals describe, it */ | ||
}); | ||
gql.parse('author:123-test').should.eql({ | ||
statements: [ | ||
{prop: 'author', op: '=', value: '123-test'} | ||
] | ||
}); | ||
}); | ||
@@ -30,0 +36,0 @@ |
Sorry, the diff of this file is not supported yet
127769
2667