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
/
test.js
3 lines
43 B
JavaScript
Raw
Normal View
History
Unescape
Escape
updated README, added examples
2014-05-19 00:04:56 -06:00
function
hell
(
)
{
See #18. Beautify most of the expected tests. I was unable to do Python and SQL, as I am having Python problems on my laptop. Hopefully I will be able to figure this out soon.
2014-12-27 23:38:06 -07:00
console
.
log
(
'world'
)
;
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
}