str_lit.parsed 466 B

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