Merge pull request #20 from lserafin/master

Add Solidity
This commit is contained in:
Alexandru Dima 2017-06-08 17:35:07 +02:00 committed by GitHub
commit 2586e9d789
5 changed files with 405 additions and 2 deletions

View file

@ -53,7 +53,8 @@ requirejs([
'out/test/sql.test',
'out/test/vb.test',
'out/test/xml.test',
'out/test/yaml.test'
'out/test/yaml.test',
'out/test/solidity.test',
], function() {
run(); // We can launch the tests!
});