blob: f5d1a94d03a57554d6675bbd517f4c02175c370f [file] [log] [blame]
commit-queue@webkit.org73b94f32011-12-13 09:33:57 +00001Grammar checking for pasted text.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
g.czajkowski@samsung.com2b31d642013-09-20 04:07:13 +00006PASS DIV ungrammatical phrase 'has' on 'You has the right.'
7PASS verifyMarker(destination, ungrammaticalPhrase) became true
8PASS DIV ungrammatical phrase 'a' on 'I have a<b>n ki</b>wi. I have no idea.'
9PASS verifyMarker(destination, ungrammaticalPhrase) became true
10PASS DIV ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
11PASS verifyMarker(destination, ungrammaticalPhrase) became true
12PASS INPUT ungrammatical phrase 'has' on 'You has the right.'
13PASS verifyMarker(destination, ungrammaticalPhrase) became true
14PASS INPUT ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.'
15PASS verifyMarker(destination, ungrammaticalPhrase) became true
16PASS INPUT ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
17PASS verifyMarker(destination, ungrammaticalPhrase) became true
18PASS TEXTAREA ungrammatical phrase 'has' on 'You has the right.'
19PASS verifyMarker(destination, ungrammaticalPhrase) became true
20PASS TEXTAREA ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.'
21PASS verifyMarker(destination, ungrammaticalPhrase) became true
22PASS TEXTAREA ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.'
23PASS verifyMarker(destination, ungrammaticalPhrase) became true
g.czajkowski@samsung.comb476ee72013-08-30 06:57:19 +000024PASS successfullyParsed is true
25
26TEST COMPLETE
commit-queue@webkit.org73b94f32011-12-13 09:33:57 +000027