Directory groovy/groovy-core/src/test/groovy/text/

Directory Created:
2004-03-08 13:39
Total Files:
3
Deleted Files:
0
Lines of Code:
157

Browse with ViewVC

[root]/groovy/groovy-core/src/test/groovy/text

Lines of Code

groovy/groovy-core/src/test/groovy/text/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 230 (100.0%) 13.5
cstein 5 (29.4%) 83 (36.1%) 16.6
spullara 5 (29.4%) 76 (33.0%) 15.2
dierk 1 (5.9%) 44 (19.1%) 44.0
tug 1 (5.9%) 16 (7.0%) 16.0
paulk 2 (11.8%) 6 (2.6%) 3.0
cpoirier 1 (5.9%) 4 (1.7%) 4.0
jstrachan 2 (11.8%) 1 (0.4%) 0.5

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

6 lines of code changed in:

cstein 2005-07-22 12:13

Re-mounted 'src/test' source folder in Eclipse .classpath - Groovy662 needed the correct package name, as it depends on both, a Groovy and a Java class.

Added simple XmlTemplateEngineTest case.

Organized imports in SourcePrinterTest.java.

30 lines of code changed in:

cstein 2005-07-22 10:37

Fixed new-line-eating behaviour of the SimpleTemplateEngine - while in Groovy sections, all \n and \r chars are printed to the generated script source.

NOTE! Every code depending on auto-elimination may break: TemplateServlet, Grails, other...?!

17 lines of code changed in:

cstein 2005-07-21 17:46

Fixed test case, as the _simple_ template engine doesn't know how to handle new lines in '''...''' sequences. See http://jira.codehaus.org/browse/GROOVY-980

Added (needs to be protected?) constructor to STE which prints the generated template script to stdout before parsing/applying the binding.

3 lines of code changed in:

dierk 2005-07-21 13:17

GROOVY-980 : SimpleTemplateEngine fails when enclose expression dosn't immediately evaluate to a String. Added TestCases, one is not running but renamed to todo_...

44 lines of code changed in:

cstein 2005-07-01 06:25

Added XmlTemplateEngine test case.

33 lines of code changed in:

jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

0 lines of code changed in:

spullara 2004-05-12 21:29

This change makes the template system more multithread friendly. Instead of setting the binding on the template, use the make() methods to create writables.

4 lines of code changed in:

tug 2004-05-10 18:19

First check in of GStringTemplateEngine

16 lines of code changed in:

cpoirier 2004-04-19 08:29

Centralized compilation management and error handling.



Compilation is now managed by SourceUnit and CompilationUnit objects to which errors

are reported. CompilerConfiguration provides a single object for controlling compiler

configuration. CompilationFailedException is thrown for any compilation failures, and

links back to the CompilationUnit and SourceUnit that discovered the problem and that

house the error messages. These objects all reside in org.codehaus.groovy.control.

4 lines of code changed in:

spullara 2004-03-09 11:16

clean up and change the way scripts are generated, added more javadocs

2 lines of code changed in:

spullara 2004-03-09 09:09

fix the fix

1 lines of code changed in:

spullara 2004-03-09 09:02

change the test to match the more general API

4 lines of code changed in:

jstrachan 2004-03-09 08:06

fixed Sam's test case - bad Sam! :)

1 lines of code changed in:

spullara 2004-03-08 13:39

Couple of simple tests to make sure the simple template system is working.

65 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT