1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add some tests for the suggestions

This commit is contained in:
regnat 2022-03-03 13:12:27 +01:00
parent c0792b1546
commit 2405bbbb5e
3 changed files with 48 additions and 10 deletions

View file

@ -6,6 +6,8 @@
namespace nix {
int levenshteinDistance(std::string_view first, std::string_view second);
/**
* A potential suggestion for the cli interface.
*/