summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1000.scala
diff options
context:
space:
mode:
authorpradel <pradel@epfl.ch>2008-06-06 15:05:51 +0000
committerpradel <pradel@epfl.ch>2008-06-06 15:05:51 +0000
commit5efe5b8017ed97ca37809dba0e3b11a14a6f7dd7 (patch)
tree0f2b64033de172c2785a447a4cee5a856ec92086 /test/pending/pos/t1000.scala
parente4e5d2a93d6ce8a4a91cb1168501dd6541c72a7c (diff)
downloadscala-5efe5b8017ed97ca37809dba0e3b11a14a6f7dd7.tar.gz
scala-5efe5b8017ed97ca37809dba0e3b11a14a6f7dd7.tar.bz2
scala-5efe5b8017ed97ca37809dba0e3b11a14a6f7dd7.zip
added tests for open bugs
Diffstat (limited to 'test/pending/pos/t1000.scala')
-rw-r--r--test/pending/pos/t1000.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pending/pos/t1000.scala b/test/pending/pos/t1000.scala
new file mode 100644
index 0000000000..38f71863d8
--- /dev/null
+++ b/test/pending/pos/t1000.scala
@@ -0,0 +1,3 @@
+object A {
+ println("""This a "raw" string ending with a "double quote"""")
+}