summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2012-05-08 16:07:15 +0200
committerIulian Dragos <jaguarul@gmail.com>2012-05-08 17:06:49 +0200
commit2e8029b127699ecd8ed1f55456faa345bd88c5ee (patch)
tree446e90390c05750e7bb0de4adfa4acafce7292d5 /test/files/presentation/hyperlinks.check
parentf9410256d97d8b8001e96291016d25f020013784 (diff)
downloadscala-2e8029b127699ecd8ed1f55456faa345bd88c5ee.tar.gz
scala-2e8029b127699ecd8ed1f55456faa345bd88c5ee.tar.bz2
scala-2e8029b127699ecd8ed1f55456faa345bd88c5ee.zip
Fixed positions in named default applications (no hyperlinking in conjunction with implicit arguments).
Removed even more code in the presentation compiler testing infrastructure. One less level of indirection, and a top-level object gone!
Diffstat (limited to 'test/files/presentation/hyperlinks.check')
-rw-r--r--test/files/presentation/hyperlinks.check46
1 files changed, 46 insertions, 0 deletions
diff --git a/test/files/presentation/hyperlinks.check b/test/files/presentation/hyperlinks.check
new file mode 100644
index 0000000000..85d295dd7d
--- /dev/null
+++ b/test/files/presentation/hyperlinks.check
@@ -0,0 +1,46 @@
+reload: NameDefaultTests.scala, PatMatTests.scala
+
+askHyperlinkPos for `someOtherInt` at (14,24) NameDefaultTests.scala
+================================================================================
+[response] found askHyperlinkPos for `someOtherInt` at (12,9) NameDefaultTests.scala
+================================================================================
+
+askHyperlinkPos for `someString` at (14,45) NameDefaultTests.scala
+================================================================================
+[response] found askHyperlinkPos for `someString` at (3,7) NameDefaultTests.scala
+================================================================================
+
+askHyperlinkPos for `CaseOne` at (12,18) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `CaseOne` at (5,12) PatMatTests.scala
+================================================================================
+
+askHyperlinkPos for `first` at (14,21) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `first` at (12,29) PatMatTests.scala
+================================================================================
+
+askHyperlinkPos for `tmp` at (15,19) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `tmp` at (13,13) PatMatTests.scala
+================================================================================
+
+askHyperlinkPos for `CaseTwo` at (17,18) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `CaseTwo` at (6,12) PatMatTests.scala
+================================================================================
+
+askHyperlinkPos for `mystring` at (18,24) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `mystring` at (17,25) PatMatTests.scala
+================================================================================
+
+askHyperlinkPos for `x` at (25,13) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `x` at (23,10) PatMatTests.scala
+================================================================================
+
+askHyperlinkPos for `y` at (25,21) PatMatTests.scala
+================================================================================
+[response] found askHyperlinkPos for `y` at (23,13) PatMatTests.scala
+================================================================================