-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Allow JSON to handle comments #2155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- this providers nicer output when errors are raised - ie, you can actually read the diffs generated
Github calls this "jsonc" in one place but I'm not sure if that is actually a real "thing" or not. If we want I can add it as an alias, but I didn't so far. |
@@ -26,7 +26,7 @@ function testLanguage(language) { | |||
|
|||
actual.trim().should.equal(expected.trim()); | |||
done(); | |||
}); | |||
}).catch(function(err) { return done(err) }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful (:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Github calls this "jsonc" in one place but I'm not sure if that is actually a real "thing" or not. If we want I can add it as an alias, but I didn't so far.
I'm not sure either. We can add an alias after if someone asks for it.
Awesomeness. |
Thanks, merged! |
No description provided.