summaryrefslogtreecommitdiff
path: root/test/files/run/t8918-unary-ids.check
blob: b1f16ed56af390d26bfb5264c4135c984b7debad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Expected 41 lines, got 39
--- expected
+++ actual
@@ -1,3 +1,1 @@
-Type in expressions to have them evaluated.
-Type :help for more information.
 
@@ -14,4 +12,4 @@
 <console>:1: error: illegal start of simple expression
-- if (true) 1 else 2
-  ^
+       - if (true) 1 else 2
+         ^
 
@@ -19,4 +17,4 @@
 <console>:1: error: ';' expected but integer literal found.
-- - 1
-    ^
+       - - 1
+           ^