Searched refs:exp_output (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates_test.cpp49 /// This fails the test case if exp_output does not match the document generated
54 /// \param exp_output The expected output document.
57 const std::string& exp_output)
63 ATF_REQUIRE_EQ(exp_output, output.str());
373 const std::string exp_output = local
386 do_test_ok(templates, input, exp_output);
410 const std::string exp_output = local
424 do_test_ok(templates, input, exp_output);
451 const std::string exp_output = local
469 do_test_ok(templates, input, exp_output);
56 do_test_ok(const text::templates_def& templates, const std::string& input_str, const std::string& exp_output) argument
531 const std::string exp_output = local
560 const std::string exp_output = local
593 const std::string exp_output = local
638 const std::string exp_output = local
666 const std::string exp_output = local
688 const std::string exp_output = local
724 const std::string exp_output = local
756 const std::string exp_output = local
801 const std::string exp_output = local
843 const std::string exp_output = local
869 const std::string exp_output = local
[all...]
/freebsd-current/usr.bin/diff/tests/
H A Ddiff_test.sh144 exp_output=$(printf "A[[:space:]]+|[[:space:]]+D\nB[[:space:]]+B\nC[[:space:]]+|[[:space:]]+E")
147 atf_check -o match:"$exp_output" -s exit:1 \
149 atf_check -o match:"$exp_output" -s exit:1 \

Completed in 113 milliseconds