summaryrefslogtreecommitdiff
path: root/test/files/pos/unicode-decode.scala
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-12 11:04:01 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-12 11:04:01 +0000
commitd789698f45023a19b4ae4d5802d64690268b74bb (patch)
tree8b341fdd1758c7d9b5dbca1dd601e4ea833ff5c0 /test/files/pos/unicode-decode.scala
parent13fddf993cb528a32a29e28986630462f5a5fcd5 (diff)
downloadscala-d789698f45023a19b4ae4d5802d64690268b74bb.tar.gz
scala-d789698f45023a19b4ae4d5802d64690268b74bb.tar.bz2
scala-d789698f45023a19b4ae4d5802d64690268b74bb.zip
Correction to Sean's decoding fix.
Added a simple test for the unicode decoding stuff.
Diffstat (limited to 'test/files/pos/unicode-decode.scala')
-rw-r--r--test/files/pos/unicode-decode.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/pos/unicode-decode.scala b/test/files/pos/unicode-decode.scala
new file mode 100644
index 0000000000..9818ed64a4
--- /dev/null
+++ b/test/files/pos/unicode-decode.scala
@@ -0,0 +1,9 @@
+object Test {
+
+ val ↑ = 3
+ val x$u20A2 = 4
+ val y$ub = 5
+ val y$u0A = 6
+ val z$up = 2
+
+}