test_context.hpp 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #include "data/simple.hpp"
  2. #include "data/empty_string.hpp"
  3. #include "data/multiline_comment.hpp"
  4. #include "data/included_tag.hpp"
  5. #include "data/string_as_context.hpp"
  6. #include "data/falsy_array.hpp"
  7. #include "data/nested_dot.hpp"
  8. #include "data/escaped.hpp"
  9. #include "data/partial_view.hpp"
  10. #include "data/nested_higher_order_sections.hpp"
  11. #include "data/zero_view.hpp"
  12. #include "data/disappearing_whitespace.hpp"
  13. #include "data/ampersand_escape.hpp"
  14. #include "data/falsy.hpp"
  15. #include "data/reuse_of_enumerables.hpp"
  16. #include "data/apostrophe.hpp"
  17. #include "data/grandparent_context.hpp"
  18. #include "data/higher_order_sections.hpp"
  19. #include "data/empty_list.hpp"
  20. #include "data/two_in_a_row.hpp"
  21. #include "data/partial_array_of_partials.hpp"
  22. #include "data/keys_with_questionmarks.hpp"
  23. #include "data/error_not_found.hpp"
  24. #include "data/complex.hpp"
  25. #include "data/double_render.hpp"
  26. #include "data/null_lookup_object.hpp"
  27. #include "data/error_eof_in_tag.hpp"
  28. #include "data/delimiters.hpp"
  29. #include "data/null_view.hpp"
  30. #include "data/null_string.hpp"
  31. #include "data/comments.hpp"
  32. #include "data/null_lookup_array.hpp"
  33. #include "data/section_as_context.hpp"
  34. #include "data/unescaped.hpp"
  35. #include "data/dot_notation.hpp"
  36. #include "data/recursion_with_same_names.hpp"
  37. #include "data/two_sections.hpp"
  38. #include "data/partial_array_of_partials_implicit.hpp"
  39. #include "data/changing_delimiters.hpp"
  40. #include "data/nesting_same_name.hpp"
  41. #include "data/partial_empty.hpp"
  42. #include "data/inverted_section.hpp"
  43. #include "data/nested_iterating.hpp"
  44. #include "data/partial_template.hpp"
  45. #include "data/nesting.hpp"
  46. #include "data/bug_11_eating_whitespace.hpp"
  47. #include "data/implicit_iterator.hpp"
  48. #include "data/whitespace.hpp"
  49. #include "data/array_of_strings.hpp"
  50. #include "data/empty_sections.hpp"
  51. #include "data/context_lookup.hpp"
  52. #include "data/section_functions_in_partials.hpp"
  53. #include "data/partial_whitespace.hpp"
  54. #include "data/backslashes.hpp"
  55. #include "data/error_eof_in_section.hpp"
  56. #include "data/empty_template.hpp"
  57. #include "data/partial_array.hpp"
  58. #include "data/bug_length_property.hpp"