| Index: Source/testing/runner/MockGrammarCheck.cpp
|
| diff --git a/Source/testing/runner/MockGrammarCheck.cpp b/Source/testing/runner/MockGrammarCheck.cpp
|
| index 55a3f302b0b729a1b18e901b2727cb2e26ed88a3..c3a64d75356e2372dcbb9968911f69314f72d0ec 100644
|
| --- a/Source/testing/runner/MockGrammarCheck.cpp
|
| +++ b/Source/testing/runner/MockGrammarCheck.cpp
|
| @@ -65,7 +65,8 @@ bool MockGrammarCheck::checkGrammarOfString(const WebString& text, vector<WebTex
|
| {"apple zz orange.", 0, 16},
|
| {"apple,zz,orange.", 0, 16},
|
| {"orange,zz,apple.", 0, 16},
|
| - {"the the adlj adaasj sdklj. there there", 0, 38},
|
| + {"the the adlj adaasj sdklj. there there", 4, 3},
|
| + {"the the adlj adaasj sdklj. there there", 33, 5},
|
| {"zz apple orange.", 0, 16},
|
| };
|
| for (size_t i = 0; i < ARRAYSIZE_UNSAFE(grammarErrors); ++i) {
|
|
|