Don't use // and [] in the output for i//

This commit is contained in:
Daniel Løvbrøtte Olsen
2019-03-01 01:31:30 +01:00
parent 2f999368a3
commit 7c7f7bff0f
2 changed files with 3 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ const matchType: { [key: string]: IMatchInstructions } = {
keys: readKeys("./x2i/z2i-keys.yaml"),
},
i: {
join: (_, match) => `|${match}|`,
keys: readKeys("./x2i/i-keys.yaml"),
},
};