Lines Matching refs:in
28 " zg should fail in operator-pending mode
31 " zg fails in visual mode when not able to get the visual text
60 " Test for zg in visual mode
109 " word not found in wordlist
127 " word not in wordlist
143 " word not in wordlist
161 let spellfile = matchstr(temp, 'Invalid region nr in \zs.*\ze line \d: 0')
212 " The spell file format is described in spellfile.c
322 " SN_SOFO: multi-byte characters in sofofrom and sofoto
390 " Test for format errors in suggest file
457 " invalid suggest word count in SUGTABLE
466 " missing sugline in SUGTABLE
491 …call assert_match('Duplicate /encoding= line ignored in Xwordlist.dic line 4: /encoding=latin1', o…
501 …call assert_match('/encoding= line after word ignored in Xwordlist.dic line 2: /encoding=latin1', …
510 call assert_match('Conversion in Xwordlist.dic not supported: from Xtest to utf-8', output)
520 …call assert_match('Duplicate /regions= line ignored in Xwordlist.dic line 2: regions=usca', output)
529 call assert_match('Too many regions in Xwordlist.dic line 1: uscauscauscauscausca', output)
538 call assert_match('/ line ignored in Xwordlist.dic line 1: /test=abc', output)
546 call assert_match('Unrecognized flags in Xwordlist.dic line 1: +', output)
602 " No word count in .dic file
610 " Invalid encoding in .aff file
613 call assert_match('Conversion in Xtest.aff not supported: from xinvalidencoding', output)
615 " Invalid flag in .aff file
618 call assert_match('Invalid value for FLAG in Xtest.aff line 1: xxx', output)
623 call assert_match('FLAG after using flags in Xtest.aff line 3: long', output)
625 " INFO in affix file
644 " 'encoding' must be set again to clear the spell file in memory
647 " COMPOUNDFORBIDFLAG flag after PFX in an affix file
651 …call assert_match('Defining COMPOUNDFORBIDFLAG after PFX item may give wrong results in Xtest.aff …
653 " COMPOUNDPERMITFLAG flag after PFX in an affix file
657 …call assert_match('Defining COMPOUNDPERMITFLAG after PFX item may give wrong results in Xtest.aff …
659 " Wrong COMPOUNDRULES flag value in an affix file
662 call assert_match('Wrong COMPOUNDRULES value in Xtest.aff line 1: a', output)
664 " Wrong COMPOUNDWORDMAX flag value in an affix file
667 call assert_match('Wrong COMPOUNDWORDMAX value in Xtest.aff line 1: 0', output)
669 " Wrong COMPOUNDMIN flag value in an affix file
672 call assert_match('Wrong COMPOUNDMIN value in Xtest.aff line 1: 0', output)
674 " Wrong COMPOUNDSYLMAX flag value in an affix file
677 call assert_match('Wrong COMPOUNDSYLMAX value in Xtest.aff line 1: 0', output)
679 " Wrong CHECKCOMPOUNDPATTERN flag value in an affix file
682 call assert_match('Wrong CHECKCOMPOUNDPATTERN value in Xtest.aff line 1: 0', output)
689 " Duplicate affix entry in an affix file
693 call assert_match('Duplicate affix in Xtest.aff line 3: L', output)
695 " Duplicate affix entry in an affix file
698 call assert_match('Unrecognized or duplicate item in Xtest.aff line 2: PFX', output)
700 " Different combining flags in an affix file
703 call assert_match('Different combining flag in continued affix block in Xtest.aff line 3', output)
708 …call assert_match('Affix also used for BAD/RARE/KEEPCASE/NEEDAFFIX/NEEDCOMPOUND/NOSUGGEST in Xtest…
710 " Trailing characters in an affix entry
713 call assert_match('Trailing text in Xtest.aff line 1: Test', output)
715 " Trailing characters in an affix entry
718 call assert_match('Trailing text in Xtest.aff line 2: Test', output)
720 " Incorrect combine flag in an affix entry
723 call assert_match('Expected Y or N in Xtest.aff line 1: X', output)
728 call assert_match('Expected REP(SAL) count in Xtest.aff line 1', output)
730 " Trailing characters in REP item
733 call assert_match('Trailing text in Xtest.aff line 2: test', output)
738 call assert_match('Expected MAP count in Xtest.aff line 1', output)
740 " Duplicate character in a MAP item
743 call assert_match('Duplicate character in MAP in Xtest.aff line 2', output)
753 call assert_match('Missing SOFOTO line in Xtest.aff', output)
762 call assert_match('Both SAL and SOFO lines in Xtest.aff', output)
767 call assert_match('Flag is not a number in Xtest.aff line 2: L', output)
772 call assert_match('Affix name too long in Xtest.aff line 2: 4f', output)
777 call assert_match('Illegal flag in Xtest.aff line 2: L', output)
779 " missing character in UPP entry. The character table is used only in a
801 " additional characters in LOW and UPP entries
813 call assert_match('Missing FOL/LOW/UPP line in Xtest.aff', output)
816 " duplicate word in the .dic file
820 call assert_match('First duplicate word in Xtest.dic line 3: good', output)
821 call assert_match('2 duplicate word(s) in Xtest.dic', output)
830 call assert_match('COMPOUNDWORDMAX value differs from what is used in another .aff file', output)
831 call assert_match('MIDWORD value differs from what is used in another .aff file', output)
923 for goodword in ['one', 'two', 'three', 'four',
932 " 'four' does not have the 'c' flag in *.aff file so no compound.
933 " 'five' is not in the *.dic file.
934 for badword in ['five', 'onetwox',
954 for pass in [0, 1]
965 for goodword in ['one', 'two', 'three',
973 for badword in ['four', 'onetwox', 'onexone']
1027 for goodword in ['foo', 'Foo', 'FOO', 'fog', 'Fog', 'FOG']
1030 for badword in ['foO', 'fOO', 'fooo', 'foog', 'foofog', 'fogfoo']
1052 \ '# superlative in Hungarian: leg- (prefix) AND -bb (suffix)',
1079 for badword in ['legnagy', 'legeslegnagy', 'legobb', 'legeslegobb']
1091 " Simplified conjugation of Italian verbs ending in -are (first conjugation).
1116 for badword in ['canthiamo', 'cerciamo', 'cantarevamo', 'odiiamo']