Skip to content

Commit

Permalink
test there is no stack overflow anymore with an even longer string
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Dec 9, 2020
1 parent 6584c4c commit d5d2429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/large_string.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ echo "let _ = \"$(printf '%*s' 200000 | sed 's/ /_ _/g')\"" > a.ml
$ echo "let _ = \"$(printf '%*s' 300000 | sed 's/ /_ _/g')\"" > a.ml

$ ocamlformat --impl a.ml -o /dev/null

0 comments on commit d5d2429

Please sign in to comment.