[ Puts( Chc( [ Choice { weight: None, value: Cat( [ Lit( Str( "foo", ), ), Lit( Str( "foo", ), ), ], ), }, ], ), ), Puts( Chc( [ Choice { weight: None, value: Cat( [ Lit( Str( "foo bar baz", ), ), Lit( Str( "foo bar baz", ), ), ], ), }, ], ), ), Puts( Chc( [ Choice { weight: None, value: Cat( [ Lit( Str( "won't you", ), ), Lit( Str( "quoth the raven \"nevermore\"", ), ), ], ), }, ], ), ), Puts( Chc( [ Choice { weight: None, value: Cat( [ Lit( Str( "this\nthat", ), ), Lit( Str( "one\ntwo", ), ), ], ), }, ], ), ), Puts( Chc( [ Choice { weight: None, value: Cat( [ Lit( Str( "\n\t\r", ), ), Lit( Str( "\n\t\r", ), ), ], ), }, ], ), ), ]