summaryrefslogtreecommitdiff
path: root/test/files/run/literals.scala
Commit message (Collapse)AuthorAgeFilesLines
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+0
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* int -> Int, etc..michelou2008-06-101-19/+19
|
* Made some test cases platform-independentmihaylov2006-10-101-1/+1
|
* added contrib #176 to test file run/literals.scalamichelou2006-08-141-80/+86
|
* - changed the unicode method identifier to be a...Lex Spoon2006-06-161-5/+5
| | | | | | | - changed the unicode method identifier to be a valid; Java identifiers must start with a letter - re-enabled the test's invocation of this method
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+136
|
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-134/+0
| | | | | Removed old scala tests from new Scala core module.
* - added tests for octal charsmichelou2005-11-281-0/+2
|
* Made platform independantmihaylov2005-09-271-11/+10
|
* *** empty log message ***Martin Odersky2004-09-021-1/+1
|
* seq have to be escapedburaq2004-05-111-0/+6
|
* added test case for unicode identifierburaq2004-05-031-0/+3
|
* added test case for fixed treatment of SUburaq2004-04-071-0/+3
|
* - Explicitly import java.lang.System.out to avo...mihaylov2004-03-171-10/+10
| | | | | | - Explicitly import java.lang.System.out to avoid name clash with the mscorlib's System namespace.
* - updated tests with MIN_INT and MIN_LONG liter...michelou2004-03-151-4/+4
| | | | | - updated tests with MIN_INT and MIN_LONG literals (was bug #300).
* *** empty log message ***michelou2004-03-011-0/+69
|
* - added test cases for Scala literals such as J...michelou2004-03-011-0/+52
- added test cases for Scala literals such as Java-like floating-point literals (see bug #296).