From bb5bf7f94ffaf3ff8da61a036188e028080fbf29 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 10 Jan 2010 17:36:06 -0500 Subject: [PATCH] more docs, more tests --- documentation/index.html.erb | 15 +++++++++------ index.html | 15 +++++++++------ .../fixtures/execution/test_funky_comments.coffee | 7 +++++++ 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index f3670c4c32..b4185c50c6 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -40,8 +40,8 @@

Disclaimer: CoffeeScript is just for fun and seriously alpha. I'm sure that there are still - plenty of holes in the lexer and leaks in the syntax. There is no guarantee, - explicit or implied, of its suitability for any purpose. That said, + plenty of holes in the walls and leaks in the roof. There are no guarantees + that the syntax won't change between versions. That said, it compiles into clean JavaScript (the good parts) that can use existing JavaScript libraries seamlessly, and passes through JSLint without warnings. The compiled @@ -537,12 +537,15 @@ coffee --print app/scripts/*.coffee > concatenation.js