<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/coderay.git/test/scanners/javascript, branch bash-scanner</title>
<subtitle>github.com: rubychan/coderay.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/'/>
<entry>
<title>Moving scanner tests into separate repository. The repository can be reached at http://svn.rubychan.de/coderay-scanner-tests/trunk.</title>
<updated>2010-04-14T23:59:03+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2010-04-14T23:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=200144dd009d33ff8334be24d0fb2cc91b3a87ab'/>
<id>200144dd009d33ff8334be24d0fb2cc91b3a87ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating tests for Groovy and JavaScript scanners.</title>
<updated>2010-03-26T04:36:30+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2010-03-26T04:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=5c20d68c118bfd47153ede311e9f3cfe9143195a'/>
<id>5c20d68c118bfd47153ede311e9f3cfe9143195a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved scanner tests: known issues, JRuby bug workaround (see #136).</title>
<updated>2010-01-01T06:11:36+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2010-01-01T06:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=b92af44362a2c7edcd9d68c021d10ed5e126ce78'/>
<id>b92af44362a2c7edcd9d68c021d10ed5e126ce78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a test for XML literals in JavaScript (see issue #137).</title>
<updated>2009-12-30T07:01:18+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2009-12-30T07:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=ce9f66c846a6172dde52b6130176d1100b133f4d'/>
<id>ce9f66c846a6172dde52b6130176d1100b133f4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JavaScript scanner updated:</title>
<updated>2009-10-19T16:58:17+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2009-10-19T16:58:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=6d6daf996226c3665bdefaeda642163555d96e24'/>
<id>6d6daf996226c3665bdefaeda642163555d96e24</id>
<content type='text'>
* false, null, true, undefined are :pre_constant now
* fixed floats starting with a dot
* added support for XML literals (cool!)
* function definitions are detected and highlighted as :function
* added Prototype, SunSpider and TraceMonkey tests as test code

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* false, null, true, undefined are :pre_constant now
* fixed floats starting with a dot
* added support for XML literals (cool!)
* function definitions are detected and highlighted as :function
* added Prototype, SunSpider and TraceMonkey tests as test code

</pre>
</div>
</content>
</entry>
<entry>
<title>JavaScript scanner: Fixed string keys (closes #85).</title>
<updated>2009-02-20T18:23:16+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2009-02-20T18:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=59b7164d1b400f44d7aca2ec3d558e2b95153c4a'/>
<id>59b7164d1b400f44d7aca2ec3d558e2b95153c4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New: *Java Scanner* (closes #42).</title>
<updated>2008-09-21T16:25:44+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2008-09-21T16:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=9a5f5e6217db0b7689b64ca0892feacf32be3d66'/>
<id>9a5f5e6217db0b7689b64ca0892feacf32be3d66</id>
<content type='text'>
* Based on JavaScript, does a good job, but may need more polish.
* Java::BuiltinTypes::List is a helper constant that contains 2389 Java types.
** The list was generated from TextMate's Java bundle with the help of SimpleRegexpScanner.
* I added the JRuby core classes as example code for testing (1.8 MB)

JavaScript Scanner:
* Fixed recognition of floats and algebraic signs.
** Still needs work - we need to distinguish i-1 from i+-1.

More changes:
* New: "SimpleRegexpScanner":http://murfy.de/simple-regexp-scanner
* Added new token class :annotation along with CSS styles.
** Should be useful for Python, too.
* coderay_suite warns if no scanner was found for this language.
* PluginHost#default can be called without parameter (will return default id)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Based on JavaScript, does a good job, but may need more polish.
* Java::BuiltinTypes::List is a helper constant that contains 2389 Java types.
** The list was generated from TextMate's Java bundle with the help of SimpleRegexpScanner.
* I added the JRuby core classes as example code for testing (1.8 MB)

JavaScript Scanner:
* Fixed recognition of floats and algebraic signs.
** Still needs work - we need to distinguish i-1 from i+-1.

More changes:
* New: "SimpleRegexpScanner":http://murfy.de/simple-regexp-scanner
* Added new token class :annotation along with CSS styles.
** Should be useful for Python, too.
* coderay_suite warns if no scanner was found for this language.
* PluginHost#default can be called without parameter (will return default id)

</pre>
</div>
</content>
</entry>
<entry>
<title>New: *JavaScript Scanner* (closes #23).</title>
<updated>2008-09-16T22:07:44+00:00</updated>
<author>
<name>murphy</name>
<email>murphy@rubychan.de</email>
</author>
<published>2008-09-16T22:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/coderay.git/commit/?id=e46b6cbe74db250d743e7f194bfc7514529a82cc'/>
<id>e46b6cbe74db250d743e7f194bfc7514529a82cc</id>
<content type='text'>
* It's quite good and fast, but still a beta.
* I included Prototype and script.aculo.us as example code for testing.

More changes:
* Added two new token classes, :keyword and :key, along with CSS styles.
** Actually, we should use :keyword for most scanners that now use :reserved.
* HTML Encoder: The CSS parser understands multiple selectors separated by commas.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* It's quite good and fast, but still a beta.
* I included Prototype and script.aculo.us as example code for testing.

More changes:
* Added two new token classes, :keyword and :key, along with CSS styles.
** Actually, we should use :keyword for most scanners that now use :reserved.
* HTML Encoder: The CSS parser understands multiple selectors separated by commas.

</pre>
</div>
</content>
</entry>
</feed>
