15 #ifndef Om_Language_Operation_SeparatorOperation_
21 #ifndef Om_Macro_Precompilation_
23 #include "boost/test/unit_test.hpp"
33 BOOST_AUTO_TEST_SUITE(SeparatorOperationTest)
35 BOOST_AUTO_TEST_CASE(DefinitionTest) {
38 System::Get().Evaluate(
"drop find {separator} system")
42 BOOST_AUTO_TEST_CASE(GeneralTest) {
55 System::Get().Evaluate(
"separator{ a {b} \n\t {c} d }")
60 System::Get().Evaluate(
"drop swap separator copy{ a {b} \n\t {c} d }")
64 BOOST_AUTO_TEST_SUITE_END()