summaryrefslogtreecommitdiff
path: root/test/files/presentation/t4287b.check
diff options
context:
space:
mode:
authorMirco Dotta <mirco.dotta@typesafe.com>2013-12-03 11:45:35 +0100
committerMirco Dotta <mirco.dotta@typesafe.com>2013-12-12 17:20:35 +0100
commit7f4720c5dbd0711983e1abb8be3781e7d53b049b (patch)
treed97ebd3a42d7ce4e17db0e80768babc7e452c09f /test/files/presentation/t4287b.check
parentccacb06c4928fd6aebc2c2539d7565cb079dc625 (diff)
downloadscala-7f4720c5dbd0711983e1abb8be3781e7d53b049b.tar.gz
scala-7f4720c5dbd0711983e1abb8be3781e7d53b049b.tar.bz2
scala-7f4720c5dbd0711983e1abb8be3781e7d53b049b.zip
SI-4287 Added test demonstrating hyperlinking to constructor's argument
This test was inspired by `test/files/run/t5603`, whose output (.check file) will need to be updated in the upcoming commit that fixes SI-4287, because the positions associated to the tree have slightly changed. The additional test should demonstrate that the change in positions isn't relevant, and it doesn't affect functionality. In fact, hyperlinking to a constructor's argument work as expected before and after fixing SI-4287.
Diffstat (limited to 'test/files/presentation/t4287b.check')
-rw-r--r--test/files/presentation/t4287b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/presentation/t4287b.check b/test/files/presentation/t4287b.check
new file mode 100644
index 0000000000..d4b33650fd
--- /dev/null
+++ b/test/files/presentation/t4287b.check
@@ -0,0 +1,6 @@
+reload: Foo.scala
+
+askHyperlinkPos for `i` at (14,11) Foo.scala
+================================================================================
+[response] found askHyperlinkPos for `i` at (10,9) Foo.scala
+================================================================================