59 lines
2.1 KiB
C++
59 lines
2.1 KiB
C++
|
#include "data/simple.hpp"
|
||
|
#include "data/empty_string.hpp"
|
||
|
#include "data/multiline_comment.hpp"
|
||
|
#include "data/included_tag.hpp"
|
||
|
#include "data/string_as_context.hpp"
|
||
|
#include "data/falsy_array.hpp"
|
||
|
#include "data/nested_dot.hpp"
|
||
|
#include "data/escaped.hpp"
|
||
|
#include "data/partial_view.hpp"
|
||
|
#include "data/nested_higher_order_sections.hpp"
|
||
|
#include "data/zero_view.hpp"
|
||
|
#include "data/disappearing_whitespace.hpp"
|
||
|
#include "data/ampersand_escape.hpp"
|
||
|
#include "data/falsy.hpp"
|
||
|
#include "data/reuse_of_enumerables.hpp"
|
||
|
#include "data/apostrophe.hpp"
|
||
|
#include "data/grandparent_context.hpp"
|
||
|
#include "data/higher_order_sections.hpp"
|
||
|
#include "data/empty_list.hpp"
|
||
|
#include "data/two_in_a_row.hpp"
|
||
|
#include "data/partial_array_of_partials.hpp"
|
||
|
#include "data/keys_with_questionmarks.hpp"
|
||
|
#include "data/error_not_found.hpp"
|
||
|
#include "data/complex.hpp"
|
||
|
#include "data/double_render.hpp"
|
||
|
#include "data/null_lookup_object.hpp"
|
||
|
#include "data/error_eof_in_tag.hpp"
|
||
|
#include "data/delimiters.hpp"
|
||
|
#include "data/null_view.hpp"
|
||
|
#include "data/null_string.hpp"
|
||
|
#include "data/comments.hpp"
|
||
|
#include "data/null_lookup_array.hpp"
|
||
|
#include "data/section_as_context.hpp"
|
||
|
#include "data/unescaped.hpp"
|
||
|
#include "data/dot_notation.hpp"
|
||
|
#include "data/recursion_with_same_names.hpp"
|
||
|
#include "data/two_sections.hpp"
|
||
|
#include "data/partial_array_of_partials_implicit.hpp"
|
||
|
#include "data/changing_delimiters.hpp"
|
||
|
#include "data/nesting_same_name.hpp"
|
||
|
#include "data/partial_empty.hpp"
|
||
|
#include "data/inverted_section.hpp"
|
||
|
#include "data/nested_iterating.hpp"
|
||
|
#include "data/partial_template.hpp"
|
||
|
#include "data/nesting.hpp"
|
||
|
#include "data/bug_11_eating_whitespace.hpp"
|
||
|
#include "data/implicit_iterator.hpp"
|
||
|
#include "data/whitespace.hpp"
|
||
|
#include "data/array_of_strings.hpp"
|
||
|
#include "data/empty_sections.hpp"
|
||
|
#include "data/context_lookup.hpp"
|
||
|
#include "data/section_functions_in_partials.hpp"
|
||
|
#include "data/partial_whitespace.hpp"
|
||
|
#include "data/backslashes.hpp"
|
||
|
#include "data/error_eof_in_section.hpp"
|
||
|
#include "data/empty_template.hpp"
|
||
|
#include "data/partial_array.hpp"
|
||
|
#include "data/bug_length_property.hpp"
|