Lines Matching defs:instructions
32 instructions: Vec<Instruction<'template>>, field
431 let instructions = compile(text).unwrap(); in test_compile_literal() localVariable
439 let instructions = compile(text).unwrap(); in test_compile_value() localVariable
447 let instructions = compile(text).unwrap(); in test_compile_value_with_formatter() localVariable
458 let instructions = compile(text).unwrap(); in test_dotted_path() localVariable
469 let instructions = compile(text).unwrap(); in test_indexed_path() localVariable
484 let instructions = compile(text).unwrap(); in test_mixture() localVariable
494 let instructions = compile(text).unwrap(); in test_if_endif() localVariable
506 let instructions = compile(text).unwrap(); in test_if_not_endif() localVariable
518 let instructions = compile(text).unwrap(); in test_if_else_endif() localVariable
532 let instructions = compile(text).unwrap(); in test_with() localVariable
545 let instructions = compile(text).unwrap(); in test_foreach() localVariable
560 let instructions = compile(text).unwrap(); in test_strip_whitespace_value() localVariable
570 let instructions = compile(text).unwrap(); in test_strip_whitespace_block() localVariable
586 let instructions = compile(text).unwrap(); in test_comment() localVariable
595 let instructions = compile(text).unwrap(); in test_strip_whitespace_comment() localVariable
604 let instructions = compile(text).unwrap(); in test_strip_whitespace_followed_by_another_tag() localVariable
614 let instructions = compile(text).unwrap(); in test_call() localVariable
628 let instructions = compile(text).unwrap(); in test_curly_brace_escaping() localVariable
693 let instructions = compile(text).unwrap(); in test_parse_escaped_open_curly_brace() localVariable