Changeset 2184 for lang/javascript/jsruby
- Timestamp:
- 11/30/07 19:26:54 (5 years ago)
- Location:
- lang/javascript/jsruby/trunk
- Files:
-
- 1 added
- 2 modified
-
tests/integer.html (modified) (1 diff)
-
tests/string.html (added)
-
testsuite.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/jsruby/trunk/tests/integer.html
r2174 r2184 35 35 } 36 36 37 function testMethod() { 38 assertEquals("method 1", ruby.exec("65.chr"), "A"); 37 function testChr() { 38 assertEquals("chr 1", ruby.exec("65.chr"), "A"); 39 assertEquals("chr 2", ruby.exec(" x=97; x.chr"), "a"); 39 40 } 40 41 -
lang/javascript/jsruby/trunk/testsuite.html
r2174 r2184 7 7 var newsuite = new top.jsUnitTestSuite(); 8 8 newsuite.addTestPage('../tests/integer.html'); 9 newsuite.addTestPage('../tests/string.html'); 9 10 newsuite.addTestPage('../tests/variable.html'); 10 11 newsuite.addTestPage('../tests/bulltinFunction.html');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)