Home
last modified time | relevance | path

Searched refs:round_trip (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/dports/devel/py-srsly/srsly-2.4.2/srsly/tests/ruamel_yaml/
H A Dtest_comments.py30 round_trip(
40 round_trip(
54 round_trip(
72 round_trip(
101 round_trip(
114 round_trip(
127 round_trip(
140 round_trip(
167 round_trip(
180 round_trip(
[all …]
H A Dtest_datetime.py36 round_trip(inp, exp)
45 round_trip(inp, exp)
62 round_trip(inp, exp)
71 round_trip(inp, exp)
80 round_trip(inp, exp)
83 round_trip(
99 round_trip(inp, exp)
108 round_trip(inp, exp)
129 round_trip(
136 round_trip(
[all …]
H A Dtest_spec_examples.py7 yaml.round_trip(
20 yaml.round_trip(
32 yaml.round_trip(
50 yaml.round_trip(
68 yaml.round_trip(
82 yaml.round_trip(
136 yaml.round_trip(
155 yaml.round_trip(
172 yaml.round_trip(
191 yaml.round_trip(
[all …]
H A Dtest_tag.py28 round_trip(
38 round_trip(
48 round_trip(
58 round_trip(
68 round_trip(
81 round_trip(
93 round_trip(
107 round_trip(
119 round_trip(
141 round_trip(
[all …]
H A Dtest_indentation.py113 round_trip(inp, indent=4)
123 round_trip(inp, indent=5, block_seq_indent=1)
133 round_trip(inp, indent=4, block_seq_indent=2)
203 round_trip(s, indent=4)
237 round_trip(
298 yaml.round_trip(inp)
309 yaml.round_trip(inp)
320 yaml.round_trip(inp)
330 round_trip(inp, indent=4)
342 yaml.round_trip(inp)
[all …]
H A Dtest_string.py27 round_trip(
34 round_trip(
50 round_trip(inp, intermediate=dict(a="abc\ndef\n"))
63 round_trip(s, intermediate=dict(a="abc\ndef"))
95 round_trip(inp, intermediate=dict(a="ghi\njkl\n\n"))
104 round_trip(inp)
113 round_trip(inp)
123 round_trip(inp, intermediate=dict(a="abc def\n\n"))
131 round_trip(inp, preserve_quotes=True)
137 round_trip(inp, preserve_quotes=True)
[all …]
H A Dtest_fail.py11 from .roundtrip import round_trip, dedent, round_trip_load, round_trip_dump
18 round_trip(
57 round_trip(
85 round_trip(
163 round_trip(inp, indent=4)
169 round_trip(
198 round_trip(inp)
204 round_trip(inp, preserve_quotes=True)
212 round_trip(inp, preserve_quotes=True, dump_data=False)
/dports/www/R-cran-httr/httr/tests/testthat/
H A Dtest-body.r3 round_trip <- function(...) { function
11 out <- round_trip(body = NULL)
16 out <- round_trip(body = FALSE)
21 out <- round_trip(body = "test")
24 out <- round_trip(body = charToRaw("test"))
39 out <- round_trip(body = list(), encode = "form")
42 out <- round_trip(body = list(), encode = "multipart")
65 out <- round_trip(
86 out <- round_trip(body = list(y = data_path, a = 1))
92 out <- round_trip(body = data_path)
[all …]
/dports/graphics/charls/charls-2.2.0/unittest/
H A Dcolor_transform_test.cpp39 const auto round_trip = inverse(sample.v1, sample.v2, sample.v3); in TEST_CLASS()
41 Assert::AreEqual(static_cast<uint8_t>(red), round_trip.R); in TEST_CLASS()
42 Assert::AreEqual(static_cast<uint8_t>(green), round_trip.G); in TEST_CLASS()
43 Assert::AreEqual(static_cast<uint8_t>(blue), round_trip.B); in TEST_CLASS()
66 const auto round_trip = inverse(sample.v1, sample.v2, sample.v3); in TEST_CLASS()
68 Assert::AreEqual(static_cast<uint8_t>(red), round_trip.R); in TEST_CLASS()
69 Assert::AreEqual(static_cast<uint8_t>(green), round_trip.G); in TEST_CLASS()
70 Assert::AreEqual(static_cast<uint8_t>(blue), round_trip.B); in TEST_CLASS()
95 Assert::AreEqual(static_cast<uint8_t>(red), round_trip.R); in TEST_CLASS()
96 Assert::AreEqual(static_cast<uint8_t>(green), round_trip.G); in TEST_CLASS()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc32 std::string raw, round_trip; in test01() local
45 std::string raw, round_trip; in test01() local
49 ss >> std::quoted(round_trip, '\'', '!'); in test01()
50 VERIFY( original == round_trip ); in test01()
58 std::string raw, round_trip; in test03() local
62 ss >> std::quoted(round_trip, '\'', '!'); in test03()
63 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc32 std::string raw, round_trip; in test01() local
45 std::string raw, round_trip; in test01() local
49 ss >> std::quoted(round_trip, '\'', '!'); in test01()
50 VERIFY( original == round_trip ); in test01()
58 std::string raw, round_trip; in test03() local
62 ss >> std::quoted(round_trip, '\'', '!'); in test03()
63 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc32 std::string raw, round_trip; in test01() local
45 std::string raw, round_trip; in test01() local
49 ss >> std::quoted(round_trip, '\'', '!'); in test01()
50 VERIFY( original == round_trip ); in test01()
58 std::string raw, round_trip; in test03() local
62 ss >> std::quoted(round_trip, '\'', '!'); in test03()
63 VERIFY( original == round_trip ); in test03()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc32 std::string raw, round_trip; in test01() local
45 std::string raw, round_trip; in test01() local
49 ss >> std::quoted(round_trip, '\'', '!'); in test01()
50 VERIFY( original == round_trip ); in test01()
58 std::string raw, round_trip; in test03() local
62 ss >> std::quoted(round_trip, '\'', '!'); in test03()
63 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted_sv.cc33 std::string raw, round_trip; in test01() local
46 std::string raw, round_trip; in test01() local
50 ss >> std::quoted(round_trip, '\'', '!'); in test01()
51 VERIFY( original == round_trip ); in test01()
59 std::string raw, round_trip; in test03() local
63 ss >> std::quoted(round_trip, '\'', '!'); in test03()
64 VERIFY( original == round_trip ); in test03()

12345678910>>...26