@@ -5,25 +5,25 @@ Make sure the locations of errors in repl files are right.
5
5
$ ocamlformat -- repl-file line5. repl
6
6
ocamlformat: ignoring " line5.repl" (syntax error)
7
7
File " line5.repl" , line 5 , characters 12 -12:
8
- Error: Syntax error: a toplevel phrase must end with `;;`. expected.
8
+ Error: Syntax error: " a toplevel phrase must end with `;;`." expected.
9
9
[1 ]
10
10
11
11
$ ocamlformat -- repl-file line6. repl
12
12
ocamlformat: ignoring " line6.repl" (syntax error)
13
13
File " line6.repl" , line 6 , characters 12 -12:
14
- Error: Syntax error: a toplevel phrase must end with `;;`. expected.
14
+ Error: Syntax error: " a toplevel phrase must end with `;;`." expected.
15
15
[1 ]
16
16
17
17
$ ocamlformat -- repl-file line7. repl
18
18
ocamlformat: ignoring " line7.repl" (syntax error)
19
19
File " line7.repl" , line 7 , characters 12 -12:
20
- Error: Syntax error: a toplevel phrase must end with `;;`. expected.
20
+ Error: Syntax error: " a toplevel phrase must end with `;;`." expected.
21
21
[1 ]
22
22
23
23
$ ocamlformat -- repl-file missing_semisemi. repl
24
24
ocamlformat: ignoring " missing_semisemi.repl" (syntax error)
25
25
File " missing_semisemi.repl" , line 2 , characters 10 -10:
26
- Error: Syntax error: a toplevel phrase must end with `;;`. expected.
26
+ Error: Syntax error: " a toplevel phrase must end with `;;`." expected.
27
27
[1 ]
28
28
29
29
$ ocamlformat -- repl-file empty_line_begin. repl
0 commit comments