mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
move compiler tests from compiler/ to v/
This commit is contained in:
@ -10,4 +10,4 @@ fn test_levenshtein_distance() {
|
||||
assert strings.levenshtein_distance('hugs', 'shrugs') == 2
|
||||
assert strings.levenshtein_distance('broom', 'shroom') == 2
|
||||
assert strings.levenshtein_distance('flomax', 'volmax') == 3
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user