tspellsuggest3.nim 402 B

12345678910111213141516171819202122
  1. discard """
  2. matrix: "--spellsuggest:4 --hints:off"
  3. action: "reject"
  4. nimout: '''
  5. tspellsuggest3.nim(21, 1) Error: undeclared identifier: 'fooBar'
  6. candidates (edit distance, scope distance); see '--spellSuggest':
  7. (1, 2): 'FooBar'
  8. (1, 2): 'fooBar4'
  9. (1, 2): 'fooBar9'
  10. (1, 2): 'fooCar'
  11. '''
  12. """
  13. import ./mspellsuggest
  14. import ./mspellsuggest
  15. import ./mspellsuggest
  16. import ./mspellsuggest
  17. fooBar