Sha256: 98ee70076a3554bb5043ecb1e3643fd47c6bac126724ee207b0633017b8763ed

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 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 ).

use serde::Deserialize;

#[derive(Deserialize, Debug)]
pub struct CanonicalizationTest {
    pub input: String,
    pub output: String,
    pub disabled: Option<bool>,
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/icu_locid_transform-1.5.0/tests/fixtures/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/icu_locid_transform-1.5.0/tests/fixtures/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/icu_locid_transform-1.5.0/tests/fixtures/mod.rs