[ nice-Bugs-1184302 ] String juxtaposition not working with chars

"SourceForge.net" <[email protected]> Sat, 16 Apr 2005 08:45:50 -0700
Newsgroups gmane.comp.lang.nice.devel
Message-ID <[email protected]>
Bugs item #1184302, was opened at 2005-04-16 08:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=1184302&group_id=12788

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: String juxtaposition not working with chars

Initial Comment:
String juxtaposition does not work when single
quoted chars are involved.

Nice compiler version 0.9.10 (build 2005.02.25,
16:35:29 UTC)
Compiled using JDK 1.4.2_04
Copyright (C) 2003 Daniel Bonniot
Visit the Nice homepage: http://nice.sourceforge.net

The last two testcases fail compilation.

========== stringconcat.testsuite ============
/// GLOBAL
   let int one = 1;
   let int two = 2;

/// PASS
   println("a" one "b" two);

/// PASS
   println('a' + one +  'b' + two);

/// PASS bug
   println("a" one 'b' two);

/// PASS bug
   println('a' one 'b' two);



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=1184302&group_id=12788


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click