Home
last modified time | relevance | path

Searched refs:range_4 (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/tests/worksheet/
H A Drange_test_suite.cpp64 xlnt::range range_4(ws, xlnt::range_reference("A1:D10"), xlnt::major_order::column); in test_construction() local
65 …xlnt_assert_equals(xlnt::column_t("A"), range_4.front()[0].column()); // NOTE: querying row/column… in test_construction()
66 xlnt_assert_equals(10, range_4.front().back().row()); in test_construction()
67 xlnt_assert_equals(xlnt::column_t("D"), range_4.back()[0].column()); in test_construction()
68 xlnt_assert_equals(10, range_4.back().back().row()); in test_construction()
70 range_3 = range_4; in test_construction()
71 xlnt_assert_equals(range_3, range_4); in test_construction()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_sphinxext.py37 range_10, range_6, range_4 = [plot_file(i) for i in range(1, 4)]
41 assert filecmp.cmp(range_4, plot_file(7))
48 assert filecmp.cmp(range_4, plot_file(13))
53 assert filecmp.cmp(range_4, html_dir / 'range4.png')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/sphinxext/tests/
H A Dtest_tinypages.py44 range_10, range_6, range_4 = [plot_file(i) for i in range(1, 4)]
48 assert filecmp.cmp(range_4, plot_file(7))
55 assert filecmp.cmp(range_4, plot_file(13))
61 assert filecmp.cmp(range_4, pjoin(html_dir, 'range4.png'))