* spellcheck.c (test_data): Add , in between "foo" and "food".
From-SVN: r245404
This commit is contained in:
parent
b84702c057
commit
bc4519eda7
@ -1,3 +1,7 @@
|
||||
2017-02-13 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* spellcheck.c (test_data): Add , in between "foo" and "food".
|
||||
|
||||
2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
|
||||
|
||||
PR target/79449
|
||||
|
@ -221,7 +221,7 @@ test_find_closest_string ()
|
||||
|
||||
static const char * const test_data[] = {
|
||||
"",
|
||||
"foo"
|
||||
"foo",
|
||||
"food",
|
||||
"boo",
|
||||
"1234567890123456789012345678901234567890123456789012345678901234567890"
|
||||
|
Loading…
Reference in New Issue
Block a user