Update of /cvsroot/xdoclet/xjavadoc/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13571/xjavadoc/test

Modified Files:
        Hello.java 
Log Message:
Add a testcase for XJD-52

Index: Hello.java
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/test/Hello.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** Hello.java  11 Jun 2005 13:22:16 -0000      1.27
--- Hello.java  12 Jun 2005 12:43:06 -0000      1.28
***************
*** 136,143 ****
   * at place where they would not be expected otherwise.
   * See XJD-37, XJD-47 and the new grammar from XJD-41.
-  * @author [EMAIL PROTECTED]
-  * @version $Revision$
   */
  private class StupidSemicolon {
        private int foo;;;;;;;;;;
        
--- 136,142 ----
   * at place where they would not be expected otherwise.
   * See XJD-37, XJD-47 and the new grammar from XJD-41.
   */
  private class StupidSemicolon {
+       ;
        private int foo;;;;;;;;;;
        
***************
*** 146,147 ****
--- 145,158 ----
        };;;;
  };;;
+ 
+ 
+ /**
+  * Try some (for us iso-8859-1 people) strange characters
+  * from the unicode alphabet like cyrillic.
+  * This is a testcase for XJD-52
+  */
+ private class Cyrillic {
+       private String foo1 = "ИТР"; // will 1058 work?
+       private String foo2 = 
"Ръководител";
+       private String foo3 = 
"Работник";
+ }



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to