mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
25d639d702
commit
54389cf324
@ -201,7 +201,7 @@ BOOST_AUTO_TEST_CASE(simple)
|
|||||||
delete expr;
|
delete expr;
|
||||||
|
|
||||||
expr = ConfigCompiler::CompileText("<test>", "\"\\'test\"");
|
expr = ConfigCompiler::CompileText("<test>", "\"\\'test\"");
|
||||||
BOOST_CHECK_THROW(expr->Evaluate(frame) == "\"test", ScriptError);
|
BOOST_CHECK_THROW(expr->Evaluate(frame), ScriptError);
|
||||||
delete expr;
|
delete expr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user