Browse Source

[display] fix tests (hopefully, since they hang on my machine for some reason)

Dan Korostelev 9 years ago
parent
commit
eb8c712aaf

+ 4 - 4
tests/misc/projects/Issue2263/import-completion.hxml.stderr

@@ -1,6 +1,6 @@
 <list>
-<i n="pubV"><t>Int</t><d></d></i>
-<i n="pubM"><t>Void -&gt; Void</t><d></d></i>
-<i n="MyModule"><t></t><d></d></i>
-<i n="OtherType"><t></t><d></d></i>
+<i n="pubV" k="var"><t>Int</t><d></d></i>
+<i n="pubM" k="method"><t>Void -&gt; Void</t><d></d></i>
+<i n="MyModule" k="type"><t></t><d></d></i>
+<i n="OtherType" k="type"><t></t><d></d></i>
 </list>

+ 2 - 2
tests/misc/projects/Issue2263/subtype-static-completion.hxml.stderr

@@ -1,4 +1,4 @@
 <list>
-<i n="pubV"><t>Int</t><d></d></i>
-<i n="pubM"><t>Void -&gt; Void</t><d></d></i>
+<i n="pubV" k="var"><t>Int</t><d></d></i>
+<i n="pubM" k="method"><t>Void -&gt; Void</t><d></d></i>
 </list>

+ 2 - 2
tests/misc/projects/Issue2263/type-completion.hxml.stderr

@@ -1,4 +1,4 @@
 <list>
-<i n="MyModule"><t></t><d></d></i>
-<i n="OtherType"><t></t><d></d></i>
+<i n="MyModule" k="type"><t></t><d></d></i>
+<i n="OtherType" k="type"><t></t><d></d></i>
 </list>

+ 2 - 2
tests/misc/projects/Issue3907/compile.hxml.stderr

@@ -1,4 +1,4 @@
 <list>
-<i n="a"><t>Float</t><d></d></i>
-<i n="b"><t>String</t><d></d></i>
+<i n="a" k="var"><t>Float</t><d></d></i>
+<i n="b" k="var"><t>String</t><d></d></i>
 </list>

+ 2 - 2
tests/misc/projects/Issue3931/compile1.hxml.stderr

@@ -1,4 +1,4 @@
 <list>
-<i n="A"><t></t><d></d></i>
-<i n="B"><t></t><d></d></i>
+<i n="A" k="type"><t></t><d></d></i>
+<i n="B" k="type"><t></t><d></d></i>
 </list>

+ 2 - 2
tests/misc/projects/Issue3931/compile2.hxml.stderr

@@ -1,4 +1,4 @@
 <list>
-<i n="A"><t></t><d></d></i>
-<i n="C"><t></t><d></d></i>
+<i n="A" k="type"><t></t><d></d></i>
+<i n="C" k="type"><t></t><d></d></i>
 </list>