This commit is contained in:
Miguel Piedrafita 2016-12-04 16:36:08 +01:00 committed by GitHub
parent a33751791a
commit 80b702256a

View File

@ -16,7 +16,7 @@ if j['error']==true
fail j['title'] fail j['title']
markdown j['message'] markdown j['message']
# Check syntx # Check syntax
require 'json' require 'json'
results = File.read 'syntaxcheck.json' results = File.read 'syntaxcheck.json'
j = JSON.parse results j = JSON.parse results