Skip to content

Commit

Permalink
Avoid generating the same string in a sequence
Browse files Browse the repository at this point in the history
As discussed in moodmosaic/Fare#26
  • Loading branch information
moodmosaic committed Jul 29, 2020
1 parent 6a79cb4 commit 2f0a98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HedgehogTest/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ let main _ =
// } |> Property.print' 10<tests>
//

// let rnd = System.Random ()
// for _ in 1..10 do
// (Xeger @"^\[\<([A-Z][a-zA-Z0-9]*)*\>\]$").Generate() |> printfn "%s"
// (Xeger (@"^\[\<([A-Z][a-zA-Z0-9]*)*\>\]$", rnd)).Generate() |> printfn "%s"

0

0 comments on commit 2f0a98a

Please sign in to comment.