summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/shadowing01.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-01 22:56:42 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-01 22:56:42 +0200
commit128cf82881352cc1e9061db97fe3762315cfd0c9 (patch)
tree60f0efc4d587a58359b39edba470fd55a0d8c69a /testdata/language-features/basic-values/shadowing01.out
parente2ef3e4de33e15627ce21c7c506650b2f8123a1c (diff)
removing coloring from .out files
Diffstat (limited to 'testdata/language-features/basic-values/shadowing01.out')
-rw-r--r--testdata/language-features/basic-values/shadowing01.out35
1 files changed, 23 insertions, 12 deletions
diff --git a/testdata/language-features/basic-values/shadowing01.out b/testdata/language-features/basic-values/shadowing01.out
index 6bddb912..39fdca99 100644
--- a/testdata/language-features/basic-values/shadowing01.out
+++ b/testdata/language-features/basic-values/shadowing01.out
@@ -12,16 +12,27 @@ value
12 \(g := _rhs HNil) (h := _rhs 'C') (i := _rhs 3.12) -> "world") -> HNil) -> '7' 12 \(g := _rhs HNil) (h := _rhs 'C') (i := _rhs 3.12) -> "world") -> HNil) -> '7'
13main is not found 13main is not found
14------------ trace 14------------ trace
15value :: Char 15value :: Char
16------------ tooltips 16------------ tooltips
17testdata/language-features/basic-values/shadowing01.lc 1:1-1:6 Char 17testdata/language-features/basic-values/shadowing01.lc 1:1-1:6
18testdata/language-features/basic-values/shadowing01.lc 2:11-2:14 Char 18 Char
19testdata/language-features/basic-values/shadowing01.lc 3:11-3:18 String 19testdata/language-features/basic-values/shadowing01.lc 2:11-2:14
20testdata/language-features/basic-values/shadowing01.lc 5:17-5:18 _b 20 Char
21testdata/language-features/basic-values/shadowing01.lc 6:17-6:21 Float 21testdata/language-features/basic-values/shadowing01.lc 3:11-3:18
22testdata/language-features/basic-values/shadowing01.lc 7:25-7:27 () 22 String
23testdata/language-features/basic-values/shadowing01.lc 8:25-8:28 Char 23testdata/language-features/basic-values/shadowing01.lc 5:17-5:18
24testdata/language-features/basic-values/shadowing01.lc 9:25-9:29 Float 24 _b
25testdata/language-features/basic-values/shadowing01.lc 10:20-10:27 String 25testdata/language-features/basic-values/shadowing01.lc 6:17-6:21
26testdata/language-features/basic-values/shadowing01.lc 11:14-11:16 () 26 Float
27testdata/language-features/basic-values/shadowing01.lc 12:6-12:9 Char 27testdata/language-features/basic-values/shadowing01.lc 7:25-7:27
28 ()
29testdata/language-features/basic-values/shadowing01.lc 8:25-8:28
30 Char
31testdata/language-features/basic-values/shadowing01.lc 9:25-9:29
32 Float
33testdata/language-features/basic-values/shadowing01.lc 10:20-10:27
34 String
35testdata/language-features/basic-values/shadowing01.lc 11:14-11:16
36 ()
37testdata/language-features/basic-values/shadowing01.lc 12:6-12:9
38 Char \ No newline at end of file