Directory groovy/groovy-core/src/test/org/codehaus/groovy/wiki/

Directory Created:
2003-12-30 17:46
Directory Deleted:
2007-02-26 19:26
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/test/org/codehaus/groovy/wiki

Lines of Code

groovy/groovy-core/src/test/org/codehaus/groovy/wiki/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 26 (100.0%) 30 (100.0%) 1.1
jstrachan 15 (57.7%) 22 (73.3%) 1.4
dierk 1 (3.8%) 7 (23.3%) 7.0
cpoirier 1 (3.8%) 1 (3.3%) 1.0
russel 4 (15.4%) 0 (0.0%) 0.0
mguillem 1 (3.8%) 0 (0.0%) 0.0
glaforge 3 (11.5%) 0 (0.0%) 0.0
blackdrag 1 (3.8%) 0 (0.0%) 0.0

Most Recent Commits

russel 2007-02-26 19:26

Remove redundant wiki manipulation code, amend Maven 1 build to remove references to the code, and to the dependent jars.

0 lines of code changed in:

mguillem 2007-02-01 17:21

GROOVY-1690

Add package declaration corresponding to the folder for (most of) unit tests where it was missing.

0 lines of code changed in:

  • groovy/groovy-core/src/test/org/codehaus/groovy/wiki: Html2Wiki.groovy (changed)
dierk 2006-01-08 17:06

GROOVY-1202: provide a feature to declare TestCases as 'notYetImplemented' and thus expected to fail: first attempt to make this run on the build server

7 lines of code changed in:

glaforge 2005-06-12 17:01

Missing def, required by Jochen's changes if we enable the JSR scope checks

0 lines of code changed in:

  • groovy/groovy-core/src/test/org/codehaus/groovy/wiki: Html2Wiki.groovy (changed)
glaforge 2005-06-12 12:46

Missing def, required by Jochen's changes if we enable the scope JSR checks

0 lines of code changed in:

  • groovy/groovy-core/src/test/org/codehaus/groovy/wiki: Html2Wiki.groovy (changed)
blackdrag 2005-04-06 12:07

allow multiline strings only for triple quotes

0 lines of code changed in:

  • groovy/groovy-core/src/test/org/codehaus/groovy/wiki: Html2Wiki.groovy (changed)
jstrachan 2005-03-30 20:32

* more working scripts

* fixed bug where case label: followed by default: works now

* fixed bug in build after jez broke it (as the parser directory might not be there)

0 lines of code changed in:

  • groovy/groovy-core/src/test/org/codehaus/groovy/wiki: Html2Wiki.groovy (changed)
glaforge 2005-03-10 23:15

Some conversions of closure syntax, to change | into ::

0 lines of code changed in:

  • groovy/groovy-core/src/test/org/codehaus/groovy/wiki: Html2Wiki.groovy (changed)
jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

0 lines of code changed in:

cpoirier 2004-04-01 07:21

Overhaul of Groovy parser and lexer. Includes numerous bug fixes, enhancements,

and changes.

1 lines of code changed in:

jstrachan 2004-01-16 15:12

fixed the SQL test cases

0 lines of code changed in:

jstrachan 2004-01-12 20:21

disabled some unit test cases until all the user-guide unit test cases are working

2 lines of code changed in:

jstrachan 2004-01-12 13:07

Fixes for GROOVY-94, GROOVY-118, GROOVY-114, GROOVY-113, GROOVY-111, GROOVY-99



Also added the first cut of the user guide



Patched the JUnit test case generation from the wiki to handle scripts as well as methods.



Patched the $ escaping logic to allow $${foo} to be used to represent the ${foo} string



Made strings support multi-line spanning



Improved some of the lexical exception messages



Added sample script to convert HTML into wiki notation



Added useWriter/Reader/InputStream/OutputStream making it easier to work with streams without having to clutter your code with resource closing code.

12 lines of code changed in:

jstrachan 2004-01-02 14:46

Upgraded to the latest, greatest ASM version 1.4.1



Also removed a few compiler warnings with some redundant code

0 lines of code changed in:

jstrachan 2003-12-30 21:19

Code refactor to clean things up a bit.



refactored the exceptions in org.codehaus.groovy.runtime into groovy.lang.

To avoid potential clashes with java.lang.NoSuchMethodException I've renamed the NoSuch*Exceptions to be Missing*Exceptions



Also renamed ScriptContext to be Binding which is simpler and a little more Rubyesque



Also got the wiki unit test cases finally working. We still need to test {code:gsh} but other than that its looking good

2 lines of code changed in:

jstrachan 2003-12-30 17:46

First attempt at creating JUnit test cases from the wiki documentation. Nearly there.

6 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT