You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_eq!(Tera::one_off(" {% if 1 <= 2 %}a{% endif %} ", &Context::new(), false).unwrap(), " a ");
Causes panic with:
thread 'test_1' panicked at 'called `Result::unwrap()` on an `Err` value: Error(Msg("Failed to parse \'one_off\'"), State { next_error: Some(Error(Msg("Invalid Tera syntax at line 2, column 18"), State { next_error: None, backtrace: None })), backtrace: None })', src/libcore/result.rs:860
The text was updated successfully, but these errors were encountered:
Test case:
Causes panic with:
The text was updated successfully, but these errors were encountered: