duster/js/test_cases
Tom Alexander 978bbe6eb3
Implemented float literals for OwnedLiterals, not yet for serde_json.
2020-06-13 13:37:26 -04:00
..
_type_casting Add an ignored test for type casting. 2020-05-24 13:05:34 -04:00
block_before Add another testing proving that inline partials can occur before the block definition. 2020-05-09 15:40:29 -04:00
block_context Adding more tests. 2020-05-09 15:49:49 -04:00
block_inverse_register_order Added a block inverse register order to test to prove that partial hierarchy matters. 2020-05-09 16:16:42 -04:00
block_register_order Seems inline partials do not bubble up to higher templates. 2020-05-09 16:06:54 -04:00
block_simple Added a block inverse register order to test to prove that partial hierarchy matters. 2020-05-09 16:16:42 -04:00
block_unrendered Adding more tests. 2020-05-09 15:49:49 -04:00
dot_leading_path It seems paths with a leading dot restrict the scope the below the current context. 2020-05-23 23:06:04 -04:00
dot_reference
dynamic_partial Adding a basic dynamic partials test. 2020-05-17 16:07:11 -04:00
exists Add support for the exists tag. 2020-05-06 19:10:09 -04:00
explicit_context_setting Add a test proving exists does not support parameters. 2020-05-30 14:42:34 -04:00
filters Fix a bug w.r.t. quoting and escaping boolean values with filters. 2020-05-23 19:34:38 -04:00
generated_filters Dustjs appears to have an output limit of 65536 characters which was breaking the string test, so I split it in two. 2020-05-23 22:23:54 -04:00
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. 2020-05-23 22:23:54 -04:00
hello_world
helpers_eq Implemented float literals for OwnedLiterals, not yet for serde_json. 2020-06-13 13:37:26 -04:00
helpers_first Implement the first and last helpers. 2020-06-07 15:16:39 -04:00
helpers_gt Remove the headers to the dust helper tests because they were misleading. 2020-05-23 22:41:12 -04:00
helpers_gte Remove the headers to the dust helper tests because they were misleading. 2020-05-23 22:41:12 -04:00
helpers_last Implement the first and last helpers. 2020-06-07 15:16:39 -04:00
helpers_lt Remove the headers to the dust helper tests because they were misleading. 2020-05-23 22:41:12 -04:00
helpers_lte Remove the headers to the dust helper tests because they were misleading. 2020-05-23 22:41:12 -04:00
helpers_math Initial structure for the perform_math_operation function. 2020-06-13 13:16:25 -04:00
helpers_ne Remove the headers to the dust helper tests because they were misleading. 2020-05-23 22:41:12 -04:00
helpers_select Add a test case for the math helper and add else blocks to the select test. 2020-06-13 11:45:45 -04:00
helpers_sep Implemented the sep helper. 2020-06-07 15:09:37 -04:00
idx_and_len Add a single element array test for idx_and_len. 2020-05-24 15:29:14 -04:00
idx_and_len_nested Add .$idx to nested section test. 2020-05-24 15:25:17 -04:00
internal_whitespace Add a test for whitespace inside the template. 2020-05-02 19:30:23 -04:00
literal_string_block Add a test for literal string blocks. 2020-05-23 23:32:13 -04:00
missing_reference
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. 2020-05-06 20:13:33 -04:00
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. 2020-05-08 18:48:33 -04:00
partial_jump_around_two Expanding the partial jump around tests. 2020-05-08 18:34:49 -04:00
partial_path Add a test for partials referencing paths. 2020-05-09 15:20:14 -04:00
partial_simple Add partial test for walking up context vs parameters 2020-05-07 19:28:22 -04:00
reference_parameters Add some test cases for comparing equality on reference parameters. 2020-06-07 01:11:40 -04:00
remove_comments
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. 2020-05-06 20:13:33 -04:00
sections
surrounding_whitespace
walk_up Added a test for backtracking. 2020-05-03 16:49:34 -04:00