Final touches for v1 (missing lsp tests)

This commit is contained in:
Radon Rosborough 2020-07-31 17:03:18 -06:00
parent 41cafcd832
commit 2b904c63a7
2 changed files with 2 additions and 1 deletions

View File

@ -1686,6 +1686,7 @@ main = do
},
template: `print("Hello, world!")
`,
timeout: 15,
},
قلب: {
aliases: ["qalb"],

View File

@ -571,7 +571,7 @@ const testTypes: {
format: {
pred: ({ format }) => (format ? true : false),
},
// lsp: { pred: ({ lsp }) => (lsp ? true : false) },
lsp: { pred: ({ lsp }) => (lsp && lsp.code ? true : false) },
};
function getTestList() {