This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/test/parser
Mitchell Hanberg c965048f40
Better whitespace handling and control (#145)
* Fine tune whitespace

The EEx outut now emits more human-readable and predictable formatting.
This includes proper indenting, at least for each "root" template.

* Internal whitespace control

You can now use a bang version of any nonvoid tag to emit the markup
witout the internal whitespace. This means that there will not be a
newline emitted after the opening tag and before the closing tag.
2021-08-29 17:45:07 -04:00
..
anonymous_functions_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
components_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
default_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
do_expressions_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
empty_test.exs Rename Temple.EEx to Temple.Generator 2021-04-11 17:27:02 -04:00
match_test.exs Rename Temple.EEx to Temple.Generator 2021-04-11 17:27:02 -04:00
nonvoid_elements_aliases_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
right_arrow_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
slot_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
temple_namespace_nonvoid_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
temple_namespace_void_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
text_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00
utils_test.exs Class object syntax (#140) 2021-06-27 12:04:19 -04:00
void_elements_aliases_test.exs Better whitespace handling and control (#145) 2021-08-29 17:45:07 -04:00