Sha256: fe8b57068016004b53bbcae1e0547c41981a5bb074bf01d976f95787227288aa

Contents?: true

Size: 611 Bytes

Versions: 3

Compression:

Stored size: 611 Bytes

Contents

// This file is part of ICU4X. For terms of use, please see the file
// called LICENSE at the top level of the ICU4X source tree
// (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).

#[allow(dead_code)]
pub const KEBAB_CASE_STRINGS: &[&str] = &[
    "ca",
    "ca-ÉS",
    "ca-ÉS-u-ca-buddhist",
    "ca-ÉS-valencia",
    "ca-ÉS-x-gbp",
    "ca-ÉS-x-gbp-short",
    "ca-ÉS-x-usd",
    "ca-ÉS-xyzabc",
    "ca-x-eur",
    "cat",
    "cat-bus",
    "cat-🚐",
    "pl-Latn-PL",
    "und",
    "und-fonipa",
    "und-u-ca-hebrew",
    "und-u-ca-japanese",
    "und-x-mxn",
    "zh",
];

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/writeable-0.5.5/tests/data/data.rs
wasmtime-28.0.0 ./ext/cargo-vendor/writeable-0.5.5/tests/data/data.rs
wasmtime-27.0.0 ./ext/cargo-vendor/writeable-0.5.5/tests/data/data.rs