test(aa): add merge unit tests.

This commit is contained in:
Alexandre Pujol 2024-06-23 10:42:18 +01:00
parent 6791dcde28
commit ff5ff965cd
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 60 additions and 3 deletions

View file

@ -129,6 +129,8 @@ var (
"@{bin}": "exec",
"@{lib}": "exec",
"/opt": "exec",
"/home": "home",
"@{HOME}": "home",
"/tmp": "tmp",
"@{tmp}": "tmp",
"/dev/shm": "tmp",
@ -136,7 +138,7 @@ var (
// The order AARE should be sorted
stringAlphabet = []byte(
"!\"#$%&'(){}[]*+,-./:;<=>?@\\^_`|~0123456789abcdefghijklmnopqrstuvwxyz",
"!\"#$%&'*(){}[]+,-./:;<=>?@\\^_`|~0123456789abcdefghijklmnopqrstuvwxyz",
)
stringWeights = generateWeights(stringAlphabet)