We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d0624 commit 9e578b8Copy full SHA for 9e578b8
src/lexer.mll
@@ -387,7 +387,7 @@ rule token input = parse
387
~what:(Token.describe `End)
388
~in_what:(Token.describe token));
389
emit input token }
390
-
+
391
| "{ul"
392
{ emit input (`Begin_list `Unordered) }
393
test/test.ml
@@ -1282,8 +1282,8 @@ let%expect_test _ =
1282
( "File \"f.ml\", line 1, characters 0-4:\
1283
\n'{^...}' (superscript) should not be empty."))) |}]
1284
end in
1285
- ()
1286
+ ()
1287
let%expect_test _ =
1288
let module Subscript = struct
1289
let basic =
0 commit comments