This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2cc7c2ee21
atom-beautify
/
examples
/
simple-jsbeautifyrc
/
javascript
/
expected
/
test2.js
4 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
See #71. Add example JS file using reserved words to test #71
2014-09-07 16:55:25 -06:00
Q
(
$
.
ajax
(
...
)
)
.
catch
(
function
(
response
)
{
console
.
error
(
response
)
;
See #18. Most of the language tests are successful. Tests that start with underscores (_) are hidden and not tested. Those must eventually be solved.
2014-12-28 00:23:05 -07:00
}
)
;