summary refs log tree commit diff stats
path: root/tests/caas/compile-then-def.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/caas/compile-then-def.txt')
-rw-r--r--tests/caas/compile-then-def.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/caas/compile-then-def.txt b/tests/caas/compile-then-def.txt
new file mode 100644
index 000000000..a5080c50d
--- /dev/null
+++ b/tests/caas/compile-then-def.txt
@@ -0,0 +1,9 @@
+main.nim
+> c
+SuccessX
+> idetools --track:main.nim,5,18 --def main.nim
+strutils.toUpper
+SuccessX
+> idetools --track:main.nim,5,18 --def main.nim
+strutils.toUpper
+SuccessX
+0200 committer Araq <rumpf_a@web.de> 2012-10-05 09:52:40 +0200 code cleanup of caas' href='/ahoang/Nim/commit/compiler/nimrod.nim?h=devel&id=01dfcf63106fb18239a1c6dabf551405c33b6e7e'>01dfcf631 ^
e25474154 ^
f530bbd63 ^


214c7a2eb ^


e25474154 ^
fd62116f6 ^





c617479c6 ^
73919e308 ^
73c355176 ^
73919e308 ^
e25474154 ^
fc9fdc2b9 ^
e25474154 ^
01dfcf631 ^
fc9fdc2b9 ^
ae0ab9a10 ^
e4e74034c ^
c617479c6 ^
fc9fdc2b9 ^



c617479c6 ^
e4e74034c ^
fc9fdc2b9 ^
3b7ef2288 ^

e25474154 ^
01dfcf631 ^
c617479c6 ^
e25474154 ^
73919e308 ^
627e192f6 ^



73919e308 ^



fc9fdc2b9 ^
fe285b354 ^


01dfcf631 ^
fe285b354 ^

ff4a69b62 ^
01dfcf631 ^
e25474154 ^
73c355176 ^
4aba7421f ^


e25474154 ^

3b7ef2288 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83