| Index: chrome/browser/history/query_parser_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/query_parser_unittest.cc (revision 159706)
|
| +++ chrome/browser/history/query_parser_unittest.cc (working copy)
|
| @@ -97,8 +97,10 @@
|
| const size_t m2_start;
|
| const size_t m2_end;
|
| } data[] = {
|
| + { "foo", "fooey foo", true, 0, 3, 6, 9 },
|
| { "foo foo", "foo", true, 0, 3, 0, 0 },
|
| { "foo fooey", "fooey", true, 0, 5, 0, 0 },
|
| + { "fooey foo", "fooey", true, 0, 5, 0, 0 },
|
| { "foo fooey bar", "bar fooey", true, 0, 3, 4, 9 },
|
| { "blah", "blah", true, 0, 4, 0, 0 },
|
| { "blah", "foo", false, 0, 0, 0, 0 },
|
|
|