You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Alexander e54e20d254
Add a test case for casting booleans to numbers.
4 years ago
..
_type_casting Add an ignored test for type casting. 4 years ago
block_before Add another testing proving that inline partials can occur before the block definition. 4 years ago
block_context Adding more tests. 4 years ago
block_inverse_register_order Added a block inverse register order to test to prove that partial hierarchy matters. 4 years ago
block_register_order Seems inline partials do not bubble up to higher templates. 4 years ago
block_simple Added a block inverse register order to test to prove that partial hierarchy matters. 4 years ago
block_unrendered Adding more tests. 4 years ago
dot_leading_path It seems paths with a leading dot restrict the scope the below the current context. 4 years ago
dot_reference Parse self-references and add a test for sections. 4 years ago
dynamic_partial Adding a basic dynamic partials test. 4 years ago
exists Add support for the exists tag. 4 years ago
explicit_context_setting Add a test proving exists does not support parameters. 4 years ago
filters Fix a bug w.r.t. quoting and escaping boolean values with filters. 4 years ago
generated_filters Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
generated_filters_two Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 4 years ago
hello_world Initial attempt at docker compliance tests. 4 years ago
helpers_eq Add a test case for casting booleans to numbers. 4 years ago
helpers_first Implement the first and last helpers. 4 years ago
helpers_gt Remove the headers to the dust helper tests because they were misleading. 4 years ago
helpers_gte Remove the headers to the dust helper tests because they were misleading. 4 years ago
helpers_last Implement the first and last helpers. 4 years ago
helpers_lt Remove the headers to the dust helper tests because they were misleading. 4 years ago
helpers_lte Remove the headers to the dust helper tests because they were misleading. 4 years ago
helpers_math Initial structure for the perform_math_operation function. 4 years ago
helpers_ne Remove the headers to the dust helper tests because they were misleading. 4 years ago
helpers_select Add a test case for the math helper and add else blocks to the select test. 4 years ago
helpers_sep Implemented the sep helper. 4 years ago
helpers_size Turns out I was wrong, the @size helper attempts to cast to a number regardless of the input and it uses that. Fixed the test. 4 years ago
idx_and_len Add a single element array test for idx_and_len. 4 years ago
idx_and_len_nested Add .$idx to nested section test. 4 years ago
internal_whitespace Add a test for whitespace inside the template. 4 years ago
literal_string_block Add a test for literal string blocks. 4 years ago
missing_reference Handle missing references 4 years ago
not_exists Rendering a reference appears to do a truthiness check because false renders an empty string despite rendering as "false" in an array element. 4 years ago
partial_jump_around_one Adding a v0 to partial_jump_around_one to prove that the partial parameters are inserted 1 level above the current context. 4 years ago
partial_jump_around_two Expanding the partial jump around tests. 4 years ago
partial_path Add a test for partials referencing paths. 4 years ago
partial_simple Add partial test for walking up context vs parameters 4 years ago
reference_parameters Add some test cases for comparing equality on reference parameters. 4 years ago
remove_comments Add a test case for comments 4 years ago
render_unusual_types Rendering a reference appears to do a truthiness check because false renders an empty string despite rendering as "false" in an array element. 4 years ago
sections Add an array-context test case for the sections test 4 years ago
surrounding_whitespace Support passing args to the dockerized test runner 4 years ago
walk_up Added a test for backtracking. 4 years ago