summaryrefslogtreecommitdiff
path: root/test/pending/run/bug1079.scala
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-07-08 15:55:57 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-07-08 15:55:57 +0000
commit4f27b3769cc459ed21943f807e0dda39472b8eb4 (patch)
treef280ca88f2ee0e70e4130ee1ac43b561ef669dd2 /test/pending/run/bug1079.scala
parentbc5ef919c02ba95163f093e624dadbc17ae1bbdf (diff)
downloadscala-4f27b3769cc459ed21943f807e0dda39472b8eb4.tar.gz
scala-4f27b3769cc459ed21943f807e0dda39472b8eb4.tar.bz2
scala-4f27b3769cc459ed21943f807e0dda39472b8eb4.zip
Added pending tests for #1070, #1079 and #1087.
Diffstat (limited to 'test/pending/run/bug1079.scala')
-rw-r--r--test/pending/run/bug1079.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pending/run/bug1079.scala b/test/pending/run/bug1079.scala
new file mode 100644
index 0000000000..5e7f2fc42b
--- /dev/null
+++ b/test/pending/run/bug1079.scala
@@ -0,0 +1,3 @@
+object Test extends Application {
+ println(<t user:tag=""/> == <t user:tag="X"/>)
+} \ No newline at end of file