We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d30f7 commit 1375cc7Copy full SHA for 1375cc7
test/crs/crs-parser/test__crs_parser.ml
@@ -103,9 +103,9 @@ $CR user1: message.
103
104
let%expect_test "invalid syntax CR" =
105
(* Here we monitor fragments that may look like CRs but are not. We make use
106
- of some heuristic, and opinionated choices, to decide whether to flag
107
- these constructs as invalid CRs, or simply ignore them. This test is used
108
- to characterize the behavior around this question. *)
+ of some heuristic, and opinionated choices, to decide whether to flag these
+ constructs as invalid CRs, or simply ignore them. This test is used to
+ characterize the behavior around this question. *)
109
(* No text. *)
110
test
111
{|
0 commit comments