MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / unicode_string_strategy

Function unicode_string_strategy

crates/wiggle/tests/strings.rs:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53fn unicode_string_strategy() -> impl Strategy<Value = String> {
54 "\\p{Greek}{1,256}"
55}
56fn ascii_string_strategy() -> impl Strategy<Value = String> {
57 "[a-zA-Z0..9]{1,256}"
58}

Callers 1

stratMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected