diff options
author | murphy <murphy@rubychan.de> | 2010-04-17 00:03:51 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-04-17 00:03:51 +0000 |
commit | e84bb5d9cf6a40bafbde0c3bcc3c99adbfd18c09 (patch) | |
tree | 618ba6c85f0ac44472acc70935146edeae00e7b9 /Changes.textile | |
parent | 8b22841f80adce856445d1998098511d829f2438 (diff) | |
download | coderay-e84bb5d9cf6a40bafbde0c3bcc3c99adbfd18c09.tar.gz |
Fixing bug in Java and JSON scanners (unfinished strings where not closed correctly).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index ac20c94..180371c 100644 --- a/Changes.textile +++ b/Changes.textile @@ -154,6 +154,10 @@ h3. @Scanners::JavaScript@ * *FIXED*: Don't keep state of XML scanner between calls for E4X literals. +h3. @Scanners::Java@, @Scanners::JSON@ + +* *FIXED*: Close unfinished strings with the correct token kind. + h2. Changes in 0.9.2 |