Navigation Menu

Skip to content

Commit

Permalink
test: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 3, 2018
1 parent b69ab7e commit 57591fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@ load --table Memos
{"_key": "2", "content": "mruby"}
]
[[0,0.0,0.0],2]
select Memos --filter 'content @~ "^(?!.*Groonga).*$\"'
select Memos --filter 'content @~ "(?!Groonga).+"'
[
[
0,
Expand Down
Expand Up @@ -5,4 +5,4 @@ load --table Memos
{"_key": "1", "content": "Groonga"},
{"_key": "2", "content": "mruby"}
]
select Memos --filter 'content @~ "^(?!.*Groonga).*$\"'
select Memos --filter 'content @~ "(?!Groonga).+"'

0 comments on commit 57591fc

Please sign in to comment.