From: Henrik Hjelte Date: Tue, 11 Jul 2006 10:09:52 +0000 (+0000) Subject: documentation updated about dollar char X-Git-Tag: parenscript-20070720~57 X-Git-Url: https://git.hcoop.net/clinton/parenscript.git/commitdiff_plain/3b23804866bd02bddc8998b53272a8449f10a17c documentation updated about dollar char --- diff --git a/docs/manual.pdf b/docs/manual.pdf dissimilarity index 95% index fab67e8..6c53cfb 100644 Binary files a/docs/manual.pdf and b/docs/manual.pdf differ diff --git a/docs/reference.lisp b/docs/reference.lisp index 1828d3b..c7ae72f 100644 --- a/docs/reference.lisp +++ b/docs/reference.lisp @@ -35,12 +35,12 @@ ;;;t \index{symbol conversion} ;;; Lisp symbols are converted to JavaScript symbols by following a -;;; few simple rules. Special characters `!', `?', `#', `$', `@', `%', +;;; few simple rules. Special characters `!', `?', `#', `@', `%', ;;; '/', `*' and `+' get replaced by their written-out equivalents -;;; "bang", "what", "hash", "dollar", "at", "percent", "slash", -;;; "start" and "plus" respectively. +;;; "bang", "what", "hash", "at", "percent", "slash", +;;; "start" and "plus" respectively. The `$' character is untouched. -!?#$@% => bangwhathashdollaratpercent +!?#@% => bangwhathashatpercent ;;; The `-' is an indication that the following character should be ;;; converted to uppercase. Thus, `-' separated symbols are converted diff --git a/t/reference-tests.lisp b/t/reference-tests.lisp index f67ad03..4d3e821 100644 --- a/t/reference-tests.lisp +++ b/t/reference-tests.lisp @@ -19,8 +19,8 @@ }") (test-ps-js symbol-conversion-1 - !?#$@% - "bangwhathashdollaratpercent") + !?#@% + "bangwhathashatpercent") (test-ps-js symbol-conversion-2 bla-foo-bar