This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
coffeescript
Watch
1
Star
1
Fork
0
You've already forked coffeescript
mirror of
https://github.com/jashkenas/coffeescript.git
synced
2026-05-03 03:00:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d0d2ef9f7748cdae9e482b4579f9c6b80e895252
coffeescript
/
documentation
History
Geoffrey Booth
d0d2ef9f77
Convert eligible HTML entities to unicode characters (a recommended practice:
http://stackoverflow.com/a/436637/223225
) and convert straight quotes to curly quotes
2016-11-30 21:55:24 -08:00
..
examples
Docs for tagged template literals (
#4372
)
2016-11-26 19:28:43 -08:00
index.html
Convert eligible HTML entities to unicode characters (a recommended practice:
http://stackoverflow.com/a/436637/223225
) and convert straight quotes to curly quotes
2016-11-30 21:55:24 -08:00
test.html
Refactor the way test.html runs tests to be similar to how Cakefile runs them; most importantly, tests fail when the
test
function throws an exception, not when
ok
does (which happens intentionally a few times in the classes tests); this also produces a more accurate count of tests run
2016-11-30 00:34:07 -08:00