#!perl -T
# test for Text::Balanced patch from TOBYINK in rt72822
is(
$expected
,
'Nesting works without parser'
);
is(
$expected
,
'Nesting works with parser'
);
# TBD - Add tests for {}, <>, & ()
# Also another delimiter.t for just testing all common delimiters (with & without parser enabled)