From 1f439d3933b4ca32e62c1d85d8000ddf0ef20106 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 6 Jan 2025 12:20:54 -0600 Subject: [PATCH] accept --- ...r__tests__django__parse_django_variable.snap | 9 ++------- ...ests__django__parse_django_variable.snap.new | 17 ----------------- ...ngo__parse_django_variable_with_filter.snap} | 2 -- 3 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap.new rename crates/djls-template-ast/src/snapshots/{djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap.new => djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap} (88%) diff --git a/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap b/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap index 79cf610..5285d1e 100644 --- a/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap +++ b/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap @@ -7,14 +7,9 @@ nodes: bits: - user - name - filters: - - name: title - args: [] - span: - start: 4 - length: 15 + filters: [] span: start: 3 - length: 15 + length: 9 line_offsets: - 0 diff --git a/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap.new b/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap.new deleted file mode 100644 index 583b807..0000000 --- a/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable.snap.new +++ /dev/null @@ -1,17 +0,0 @@ ---- -source: crates/djls-template-ast/src/parser.rs -assertion_line: 440 -expression: ast -snapshot_kind: text ---- -nodes: - - Variable: - bits: - - user - - name - filters: [] - span: - start: 3 - length: 9 -line_offsets: - - 0 diff --git a/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap.new b/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap similarity index 88% rename from crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap.new rename to crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap index cb8ead8..79cf610 100644 --- a/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap.new +++ b/crates/djls-template-ast/src/snapshots/djls_template_ast__parser__tests__django__parse_django_variable_with_filter.snap @@ -1,8 +1,6 @@ --- source: crates/djls-template-ast/src/parser.rs -assertion_line: 450 expression: ast -snapshot_kind: text --- nodes: - Variable: